diff options
author | Stefan Metzmacher <metze@samba.org> | 2011-10-19 17:37:29 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2011-10-19 19:06:35 +0200 |
commit | d825a2add6c6b80a7cf516d726d27ab2be2c90e8 (patch) | |
tree | 039bbdc5b2ae71da5ddceb1a5d4b792fd9aa2352 /source3/include | |
parent | 0e0e44a626538c6af8b06bcd9ca55b625d0ed540 (diff) | |
download | samba-d825a2add6c6b80a7cf516d726d27ab2be2c90e8.tar.gz samba-d825a2add6c6b80a7cf516d726d27ab2be2c90e8.tar.bz2 samba-d825a2add6c6b80a7cf516d726d27ab2be2c90e8.zip |
s3:libsmb/smb_seal: move smb_set_enclen() to smb_seal.c and make it static there
metze
Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Wed Oct 19 19:06:35 CEST 2011 on sn-devel-104
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 0fd2281dbf..fdeabefec2 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -489,7 +489,6 @@ bool socket_exist(const char *fname); uint64_t get_file_size_stat(const SMB_STRUCT_STAT *sbuf); SMB_OFF_T get_file_size(char *file_name); void show_msg(const char *buf); -void smb_set_enclen(char *buf,int len,uint16 enc_ctx_num); void smb_setlen(char *buf,int len); int set_message_bcc(char *buf,int num_bytes); ssize_t message_push_blob(uint8 **outbuf, DATA_BLOB blob); |