summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1998-06-16 18:25:36 +0000
committerJeremy Allison <jra@samba.org>1998-06-16 18:25:36 +0000
commitbbd7ca65e706457f5dbc046e83b4bd8cdde5be8f (patch)
tree49c88c02e70e23012ee37b34bc4f47e6a963cee8 /source3/include/proto.h
parentc2e2e691ebece45f0dc3226ce1e5a61d1bb9fbce (diff)
downloadsamba-bbd7ca65e706457f5dbc046e83b4bd8cdde5be8f.tar.gz
samba-bbd7ca65e706457f5dbc046e83b4bd8cdde5be8f.tar.bz2
samba-bbd7ca65e706457f5dbc046e83b4bd8cdde5be8f.zip
clientgen: Added USE_SSL for client shutdown.
clitar.c: Added 'Samba style' comments before string_create_s(). loadparm.c: Fixed missing comma in SSL code. util.c: Removed string_create_s(). Currently it's only called from clitar.c and having it here as well as a static in clitar causes the compile to break (Richard, please decide where you want this function). lib/rpc/parse/parse_net.c: Fix from <anders.blomdell@control.lth.se> to stop coredump on missing parameter. Jeremy. (This used to be commit d23b44322570cb9a7aa2b86407bf4f91010a237b)
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index a5f029870a..1758301ef4 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -2102,7 +2102,6 @@ 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);