diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/config.h.in | 1 | ||||
-rw-r--r-- | source3/include/proto.h | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/source3/include/config.h.in b/source3/include/config.h.in index 39381e9714..3f1df1f33b 100644 --- a/source3/include/config.h.in +++ b/source3/include/config.h.in @@ -70,6 +70,7 @@ #undef aclent_t #undef HAVE_CONNECT #undef HAVE_SHORT_INO_T +#undef WITH_SMBWRAPPER #undef WITH_AFS #undef WITH_DFS #undef SUNOS5 diff --git a/source3/include/proto.h b/source3/include/proto.h index c5029dae9e..c742d66406 100644 --- a/source3/include/proto.h +++ b/source3/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); |