From: Enrico Scholz Date: Fri, 18 Mar 2005 00:20:30 +0000 (+0000) Subject: renamed String_destroy() to String_free() X-Git-Tag: IPSENTINEL_VERSION_0_12~80 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6413ebf89aba05025e97a42b0793c33b859f19f;p=util-vserver.git renamed String_destroy() to String_free() git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@1914 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- diff --git a/util-vserver/lib_internal/string.h b/util-vserver/lib_internal/string.h index 7015be9..f782213 100644 --- a/util-vserver/lib_internal/string.h +++ b/util-vserver/lib_internal/string.h @@ -28,7 +28,7 @@ typedef struct } String; static void String_init(String *); -void String_destroy(String *); +static void String_free(String *); #define ENSC_STRING_FIXED(VAL) { .d = VAL, .l = (sizeof(VAL)-1) } #define ENSC_STRING_ASSIGN_FIXED(DST,VAL) \