From 36f8f8e81b37db4d16af9b913fbb25e4453f9c16 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Fri, 5 May 2017 18:14:29 +0200 Subject: [PATCH] s3-libsmb: remove some dead prototype Guenther Signed-off-by: Guenther Deschner Reviewed-by: Andreas Schneider --- source3/libsmb/proto.h | 1 - 1 file changed, 1 deletion(-) diff --git a/source3/libsmb/proto.h b/source3/libsmb/proto.h index b453733fbdd..c5e28efa5fd 100644 --- a/source3/libsmb/proto.h +++ b/source3/libsmb/proto.h @@ -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, -- 2.34.1