summaryrefslogtreecommitdiff
path: root/source3/nmbd/nmbd_proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2011-01-04 17:58:12 +0100
committerVolker Lendecke <vl@samba.org>2011-01-07 13:28:04 +0100
commit5297f3fcffbe42c646048abf63e63ed10d971d46 (patch)
tree21e360c6db3f2924a69d8abaca3fd7a5fac1d263 /source3/nmbd/nmbd_proto.h
parentb2c62d639d7fd565d39a999d500018b290b5279f (diff)
downloadsamba-5297f3fcffbe42c646048abf63e63ed10d971d46.tar.gz
samba-5297f3fcffbe42c646048abf63e63ed10d971d46.tar.bz2
samba-5297f3fcffbe42c646048abf63e63ed10d971d46.zip
s3: Make nmbd listen on the unexpected socket
Diffstat (limited to 'source3/nmbd/nmbd_proto.h')
-rw-r--r--source3/nmbd/nmbd_proto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/nmbd/nmbd_proto.h b/source3/nmbd/nmbd_proto.h
index e90a90ee7f..b58ca41e5a 100644
--- a/source3/nmbd/nmbd_proto.h
+++ b/source3/nmbd/nmbd_proto.h
@@ -173,6 +173,8 @@ bool node_status(struct subnet_record *subrec, struct nmb_name *nmbname,
/* The following definitions come from nmbd/nmbd_packets.c */
+bool nmbd_init_packet_server(void);
+
uint16 get_nb_flags(char *buf);
void set_nb_flags(char *buf, uint16 nb_flags);
struct response_record *queue_register_name( struct subnet_record *subrec,