diff options
author | Volker Lendecke <vl@samba.org> | 2010-08-15 14:56:19 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-08-15 15:15:59 +0200 |
commit | 08b628efe40bd93993ed4b662d924436444bb242 (patch) | |
tree | dc3f9562f117138f6c82823b0ee6d148cd039a3e /source3/include | |
parent | 3d447e01603c9289d027730565c1771585b19dde (diff) | |
download | samba-08b628efe40bd93993ed4b662d924436444bb242.tar.gz samba-08b628efe40bd93993ed4b662d924436444bb242.tar.bz2 samba-08b628efe40bd93993ed4b662d924436444bb242.zip |
s3: Remove some unused code
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 0a417ab043..c6061fc9ed 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1878,7 +1878,6 @@ bool cli_state_seqnum_persistent(struct cli_state *cli, bool cli_state_seqnum_remove(struct cli_state *cli, uint16_t mid); bool cli_receive_smb(struct cli_state *cli); -ssize_t cli_receive_smb_data(struct cli_state *cli, char *buffer, size_t len); bool cli_receive_smb_readX_header(struct cli_state *cli); bool cli_send_smb(struct cli_state *cli); bool cli_send_smb_direct_writeX(struct cli_state *cli, |