From 73925de8e12aaf916367f561ccffe65328ef7bf0 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Fri, 3 Jan 2014 16:52:42 +0100 Subject: [PATCH] ABI: Fix string.h --- tools/libucw.api | 1 - ucw/string.h | 1 - 2 files changed, 2 deletions(-) diff --git a/tools/libucw.api b/tools/libucw.api index b32f89c2..34fa6016 100644 --- a/tools/libucw.api +++ b/tools/libucw.api @@ -459,7 +459,6 @@ stk_vprintf_internal stk_hexdump_internal stk_fsize_internal # ucw/string.h -strnlen str_format_flags str_count_char str_unesc diff --git a/ucw/string.h b/ucw/string.h index 1a52eb37..8122b1cf 100644 --- a/ucw/string.h +++ b/ucw/string.h @@ -25,7 +25,6 @@ #define str_sepsplit ucw_str_sepsplit #define str_unesc ucw_str_unesc #define str_wordsplit ucw_str_wordsplit -#define strnlen ucw_strnlen #endif /* string.c */ -- 2.39.2