summaryrefslogtreecommitdiff
path: root/source3/smbd/proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2011-12-13 16:07:18 +0100
committerVolker Lendecke <vlendec@samba.org>2011-12-13 19:00:37 +0100
commit5efd7e16c24ed7d1ab510158ea9b2f6fd0b81922 (patch)
tree1515192bc8a3d3b9ca9d982ce0dd57839182f4a4 /source3/smbd/proto.h
parent34d58c9d92f852e908acb78e040c1a22ce1591c1 (diff)
downloadsamba-5efd7e16c24ed7d1ab510158ea9b2f6fd0b81922.tar.gz
samba-5efd7e16c24ed7d1ab510158ea9b2f6fd0b81922.tar.bz2
samba-5efd7e16c24ed7d1ab510158ea9b2f6fd0b81922.zip
s3: Move can_delete_directory to smbd/, remove shim
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Tue Dec 13 19:00:37 CET 2011 on sn-devel-104
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 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 */