diff options
Diffstat (limited to 'source3/smbd/proto.h')
| -rw-r--r-- | source3/smbd/proto.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/smbd/proto.h b/source3/smbd/proto.h index 151ae78ec3..6d833d7b2d 100644 --- a/source3/smbd/proto.h +++ b/source3/smbd/proto.h @@ -164,6 +164,7 @@ void msg_force_tdis(struct messaging_context *msg,  bool yield_connection(connection_struct *conn, const char *name);  int count_current_connections( const char *sharename, bool clear  ); +bool connections_snum_used(struct smbd_server_connection *unused, int snum);  bool claim_connection(connection_struct *conn, const char *name);  /* The following definitions come from smbd/dfree.c  */  | 
