summaryrefslogtreecommitdiffstats
path: root/source/include/proto.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1998-11-14 01:04:13 +0000
committerJeremy Allison <jra@samba.org>1998-11-14 01:04:13 +0000
commit9ee8f39aed8772a05c203161b4ae6b7d90d67481 (patch)
tree07778a1272b86bb89046485d4eda6054d1d24edf /source/include/proto.h
parent9e1ff71faf558addfabe038e3bf45ee694ea4a0b (diff)
downloadsamba-9ee8f39aed8772a05c203161b4ae6b7d90d67481.tar.gz
samba-9ee8f39aed8772a05c203161b4ae6b7d90d67481.tar.xz
samba-9ee8f39aed8772a05c203161b4ae6b7d90d67481.zip
Removed acconfig.h configure configure.in include/config.h.in: Made smbwrapper not made
by default. nmbd*: Changed all calls to namestr() to nmbd_namestr() to fix broken FreeBSD include file problem...sigh. Jeremy.
Diffstat (limited to 'source/include/proto.h')
-rw-r--r--source/include/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/include/proto.h b/source/include/proto.h
index c5029dae9e9..c742d664069 100644
--- a/source/include/proto.h
+++ b/source/include/proto.h
@@ -495,7 +495,7 @@ BOOL find_master_ip(char *group, struct in_addr *master_ip);
/*The following definitions come from libsmb/nmblib.c */
void debug_nmb_packet(struct packet_struct *p);
-char *namestr(struct nmb_name *n);
+char *nmb_namestr(struct nmb_name *n);
struct packet_struct *copy_packet(struct packet_struct *packet);
void free_packet(struct packet_struct *packet);
struct packet_struct *read_packet(int fd,enum packet_type packet_type);