diff options
author | Volker Lendecke <vl@samba.org> | 2016-12-31 12:38:45 +0000 |
---|---|---|
committer | Ralph Boehme <slow@samba.org> | 2017-01-03 16:04:27 +0100 |
commit | 66e402653f9a7991d03c7d483a9186a5400ab70e (patch) | |
tree | 76209d81da27a4e67a7b24290040ac30839e611a /source3 | |
parent | ebdce3c489a856f233067d806fa4e3fb35976919 (diff) | |
download | samba-66e402653f9a7991d03c7d483a9186a5400ab70e.tar.gz |
lib: Remove a duplicate prototype
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
Diffstat (limited to 'source3')
-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 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); |