From b2511a280aa9449123376fd3cbb495dcd1a87dee Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Thu, 16 Jun 2011 16:08:09 +0200 Subject: s3-smbd: Remove obsolete smbd_set_server_fd(). Signed-off-by: Andrew Bartlett --- 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 9e6cfc1c08..91905d3cbc 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1819,7 +1819,6 @@ void send_stat_cache_delete_message(struct messaging_context *msg_ctx, NTSTATUS can_delete_directory(struct connection_struct *conn, const char *dirname); bool change_to_root_user(void); -void smbd_set_server_fd(int fd); void contend_level2_oplocks_begin(files_struct *fsp, enum level2_contention_type type); void contend_level2_oplocks_end(files_struct *fsp, -- cgit