summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Sharpe <sharpe@samba.org>1998-06-16 06:53:32 +0000
committerRichard Sharpe <sharpe@samba.org>1998-06-16 06:53:32 +0000
commitc2e2e691ebece45f0dc3226ce1e5a61d1bb9fbce (patch)
tree21806c063dbd7662119630d2a3795f9854369fbe
parent5bf9b18328e61af808f5cbd6aa22513102096675 (diff)
downloadsamba-c2e2e691ebece45f0dc3226ce1e5a61d1bb9fbce.tar.gz
samba-c2e2e691ebece45f0dc3226ce1e5a61d1bb9fbce.tar.bz2
samba-c2e2e691ebece45f0dc3226ce1e5a61d1bb9fbce.zip
Damn, forgot the proto file again
(This used to be commit c63e679337221bbf15beca57249ff3306ebb0369)
-rw-r--r--source3/include/proto.h1
1 files changed, 1 insertions, 0 deletions
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);