s3-libsmb: remove some dead prototype
authorGünther Deschner <gd@samba.org>
Fri, 5 May 2017 16:14:29 +0000 (18:14 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Wed, 10 May 2017 13:53:20 +0000 (15:53 +0200)
Guenther

Signed-off-by: Guenther Deschner <gd@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
source3/libsmb/proto.h

index b453733fbdd5a5a702b864ee73f944d30b9be85b..c5e28efa5fdcbac1f311bb294ba0429ae9a4a2d6 100644 (file)
@@ -181,7 +181,6 @@ bool cli_check_msdfs_proxy(TALLOC_CTX *ctx,
 int cli_set_message(char *buf,int num_words,int num_bytes,bool zero);
 unsigned int cli_set_timeout(struct cli_state *cli, unsigned int timeout);
 bool cli_set_backup_intent(struct cli_state *cli, bool flag);
-void cli_setup_packet_buf(struct cli_state *cli, char *buf);
 extern struct GUID cli_state_client_guid;
 struct cli_state *cli_state_create(TALLOC_CTX *mem_ctx,
                                   int fd,