From: Volker Lendecke Date: Sat, 31 Dec 2016 12:38:45 +0000 (+0000) Subject: lib: Remove a duplicate prototype X-Git-Tag: samba-4.6.0rc1~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66e402653f9a7991d03c7d483a9186a5400ab70e;p=thirdparty%2Fsamba.git lib: Remove a duplicate prototype Signed-off-by: Volker Lendecke Reviewed-by: Ralph Boehme --- diff --git a/source3/include/proto.h b/source3/include/proto.h index 4535a143a15..642900ed67c 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -324,7 +324,6 @@ const char *my_sam_name(void); enum protocol_types get_Protocol(void); void set_Protocol(enum protocol_types p); -bool all_zero(const uint8_t *ptr, size_t size); void gfree_names(void); void gfree_all( void ); const char *my_netbios_names(int i);