From 5efd7e16c24ed7d1ab510158ea9b2f6fd0b81922 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 13 Dec 2011 16:07:18 +0100 Subject: s3: Move can_delete_directory to smbd/, remove shim Autobuild-User: Volker Lendecke Autobuild-Date: Tue Dec 13 19:00:37 CET 2011 on sn-devel-104 --- source3/smbd/proto.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3/smbd/proto.h') diff --git a/source3/smbd/proto.h b/source3/smbd/proto.h index 34b252006b..daaa914141 100644 --- a/source3/smbd/proto.h +++ b/source3/smbd/proto.h @@ -241,8 +241,6 @@ void DirCacheAdd(struct smb_Dir *dirp, const char *name, long offset); bool SearchDir(struct smb_Dir *dirp, const char *name, long *poffset); NTSTATUS can_delete_directory(struct connection_struct *conn, const char *dirname); -NTSTATUS smbd_can_delete_directory(struct connection_struct *conn, - const char *dirname); /* The following definitions come from smbd/dmapi.c */ -- cgit