From 70afd419a602ff4067bf3c25cf25a5d4084b4164 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 7 Aug 2009 11:48:03 +0200 Subject: s3:smbd: conn_free_internal() can be static now metze --- source3/include/proto.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/include/proto.h') diff --git a/source3/include/proto.h b/source3/include/proto.h index 667e847485..e4523a1625 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -6144,7 +6144,6 @@ connection_struct *conn_new(struct smbd_server_connection *sconn); bool conn_close_all(struct smbd_server_connection *sconn); bool conn_idle_all(struct smbd_server_connection *sconn, time_t t); void conn_clear_vuid_caches(struct smbd_server_connection *sconn, uint16 vuid); -void conn_free_internal(connection_struct *conn); void conn_free(connection_struct *conn); void msg_force_tdis(struct messaging_context *msg, void *private_data, -- cgit