summaryrefslogtreecommitdiff
path: root/source3/smbd/proto.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2012-10-05 19:13:39 +0200
committerMichael Adam <obnox@samba.org>2012-10-19 12:15:03 +0200
commitd4f369c470ec1c8c7986a73e4ee6e18a97edd834 (patch)
tree58e361f6238c5fa469a179670cabdc16906b2750 /source3/smbd/proto.h
parent3eff70087005ffdee2ca579e65846ba1c33ec17f (diff)
downloadsamba-d4f369c470ec1c8c7986a73e4ee6e18a97edd834.tar.gz
samba-d4f369c470ec1c8c7986a73e4ee6e18a97edd834.tar.bz2
samba-d4f369c470ec1c8c7986a73e4ee6e18a97edd834.zip
s3:smbd: remove unused claim_connection/yield_connection
metze Signed-off-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'source3/smbd/proto.h')
-rw-r--r--source3/smbd/proto.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/smbd/proto.h b/source3/smbd/proto.h
index ffbc8d808e..d218184024 100644
--- a/source3/smbd/proto.h
+++ b/source3/smbd/proto.h
@@ -160,10 +160,8 @@ void msg_force_tdis(struct messaging_context *msg,
/* The following definitions come from smbd/connection.c */
-bool yield_connection(connection_struct *conn, const char *name);
int count_current_connections(const char *sharename, bool verify);
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 */