diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 1b8d5be141..c47b7582f3 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -547,7 +547,8 @@ BOOL check_elections(void); /*The following definitions come from namelogon.c */ -void process_logon_packet(struct packet_struct *p,char *buf,int len); +void process_logon_packet(struct packet_struct *p,char *buf,int len, + char *mailslot); /*The following definitions come from namepacket.c */ |