summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2021-03-13 21:56:53 +0100
committerJeremy Allison <jra@samba.org>2021-03-16 17:09:32 +0000
commit57d548b5020b5071e80d6b07c168c8207b52df25 (patch)
treeff468339f4ccfb58ad8341e6b9066d0300639b25 /source3/include
parent5831e8f2301a062f1e8a0113c1bda997701f38cf (diff)
downloadsamba-57d548b5020b5071e80d6b07c168c8207b52df25.tar.gz
nmbd: Move my_netbios_names() to nmbd
nmbd is the heaviest user of this. The only other user was is_myname(), which is used in quite a few places in source3. Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 2164ff0b437..5bb5f2c36da 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -312,7 +312,6 @@ enum protocol_types get_Protocol(void);
void set_Protocol(enum protocol_types p);
void gfree_names(void);
void gfree_all( void );
-const char *my_netbios_names(int i);
bool set_netbios_aliases(const char **str_array);
bool init_names(void);
bool file_exist_stat(const char *fname,SMB_STRUCT_STAT *sbuf,