summaryrefslogtreecommitdiffstats
path: root/source/include/proto.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2001-03-14 12:45:46 +0000
committerAndrew Tridgell <tridge@samba.org>2001-03-14 12:45:46 +0000
commitd5b39a1d435f7fe79eb556f7e6b55276ac68a73d (patch)
tree780a80fd2afe2a4fee5b6ee0d1657522262174f2 /source/include/proto.h
parent34a0821e087810381996f5ff6cf3b4d7b9bb53a0 (diff)
downloadsamba-d5b39a1d435f7fe79eb556f7e6b55276ac68a73d.tar.gz
samba-d5b39a1d435f7fe79eb556f7e6b55276ac68a73d.tar.xz
samba-d5b39a1d435f7fe79eb556f7e6b55276ac68a73d.zip
don't need srvstr_push_size or srvstr_pull_size
Diffstat (limited to 'source/include/proto.h')
-rw-r--r--source/include/proto.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/include/proto.h b/source/include/proto.h
index e666f23ece3..999e3e2b823 100644
--- a/source/include/proto.h
+++ b/source/include/proto.h
@@ -4074,10 +4074,7 @@ void close_cnum(connection_struct *conn, uint16 vuid);
/*The following definitions come from smbd/srvstr.c */
int srvstr_push(void *outbuf, void *dest, const char *src, int dest_len, int flags);
-int srvstr_push_size(void *outbuf,
- const void *dest, const char *src, int dest_len, int flags);
int srvstr_pull(void *inbuf, char *dest, const void *src, int dest_len, int src_len, int flags);
-int srvstr_pull_size(void *inbuf, const void *src, int src_len);
int srvstr_align(void *inbuf, int offset);
/*The following definitions come from smbd/ssl.c */