diff options
author | Andrew Tridgell <tridge@samba.org> | 2001-03-14 12:45:46 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2001-03-14 12:45:46 +0000 |
commit | fbab616c149a9549f30c7f9f0550386c815b69e8 (patch) | |
tree | 4be75218cfc0feb952f586fed0ca1417b2e146c6 /source3/include | |
parent | 9ea70bd00349bc391809bec374700c6d9ce2952b (diff) | |
download | samba-fbab616c149a9549f30c7f9f0550386c815b69e8.tar.gz samba-fbab616c149a9549f30c7f9f0550386c815b69e8.tar.bz2 samba-fbab616c149a9549f30c7f9f0550386c815b69e8.zip |
don't need srvstr_push_size or srvstr_pull_size
(This used to be commit d5b39a1d435f7fe79eb556f7e6b55276ac68a73d)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index e666f23ece..999e3e2b82 100644 --- a/source3/include/proto.h +++ b/source3/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 */ |