summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 784d130d23..ae38ece1a2 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -782,7 +782,8 @@ BOOL listen_for_packets(BOOL run_election);
BOOL send_mailslot(BOOL unique, char *mailslot,char *buf,int len,
char *srcname, int src_type,
char *dstname, int dest_type,
- struct in_addr dest_ip,struct in_addr src_ip);
+ struct in_addr dest_ip,struct in_addr src_ip,
+ int dest_port);
/*The following definitions come from nmbd/nmbd_processlogon.c */