From e55ae3ae1c631f08714f88f13ae75bfadd47cd51 Mon Sep 17 00:00:00 2001 From: Sylvain Munaut Date: Fri, 11 Nov 2011 23:06:55 +0100 Subject: core/utils: Add a symbol alias for a previous typo for compatibility Signed-off-by: Sylvain Munaut --- src/utils.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/utils.c') diff --git a/src/utils.c b/src/utils.c index 50adc314..d32c5c07 100644 --- a/src/utils.c +++ b/src/utils.c @@ -178,6 +178,10 @@ char *osmo_hexdump_nospc(const unsigned char *buf, int len) return _osmo_hexdump(buf, len, ""); } + /* Compat with previous typo to preserve abi */ +char *osmo_osmo_hexdump_nospc(const unsigned char *buf, int len) + __attribute__((alias("osmo_hexdump_nospc"))); + #include "../config.h" #ifdef HAVE_CTYPE_H #include -- cgit v1.2.3