From c2e2e691ebece45f0dc3226ce1e5a61d1bb9fbce Mon Sep 17 00:00:00 2001 From: Richard Sharpe Date: Tue, 16 Jun 1998 06:53:32 +0000 Subject: Damn, forgot the proto file again (This used to be commit c63e679337221bbf15beca57249ff3306ebb0369) --- source3/include/proto.h | 1 + 1 file changed, 1 insertion(+) diff --git a/source3/include/proto.h b/source3/include/proto.h index 1758301ef4..a5f029870a 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -2102,6 +2102,7 @@ int struni2(uint16 *p, char *buf); char *unistr(char *buf); int unistrncpy(char *dst, char *src, int len); int unistrcpy(char *dst, char *src); +char *string_create_s(int size); char *safe_strcpy(char *dest, char *src, int maxlength); char *safe_strcat(char *dest, char *src, int maxlength); char *align4(char *q, char *base); -- cgit