From 91e0bdd86c9c14f6b9b190db8ce6ec162ce79692 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Thu, 3 Dec 2009 13:01:10 -0800 Subject: Refactor reply_rmdir to use handle based code. All calls are now handle based. Put rmdir into close.c and make it private. Jeremy. --- source3/include/proto.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index d8fa437375..6ae9e8801e 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -6897,9 +6897,6 @@ void reply_printclose(struct smb_request *req); void reply_printqueue(struct smb_request *req); void reply_printwrite(struct smb_request *req); void reply_mkdir(struct smb_request *req); -NTSTATUS rmdir_internals(TALLOC_CTX *ctx, - connection_struct *conn, - struct smb_filename *smb_dname); void reply_rmdir(struct smb_request *req); NTSTATUS rename_internals_fsp(connection_struct *conn, files_struct *fsp, -- cgit