summaryrefslogtreecommitdiffstats
path: root/source/include/proto.h
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
commitc63e679337221bbf15beca57249ff3306ebb0369 (patch)
tree68b1faf8a35476ab95569ebac4009df6d9b2cde9 /source/include/proto.h
parente1468dac0333eacea0a6f85f968e0a6d85af7f4c (diff)
downloadsamba-c63e679337221bbf15beca57249ff3306ebb0369.tar.gz
samba-c63e679337221bbf15beca57249ff3306ebb0369.tar.xz
samba-c63e679337221bbf15beca57249ff3306ebb0369.zip
Damn, forgot the proto file again
Diffstat (limited to 'source/include/proto.h')
-rw-r--r--source/include/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/include/proto.h b/source/include/proto.h
index 1758301ef49..a5f029870af 100644
--- a/source/include/proto.h
+++ b/source/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);