summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2011-01-16 12:26:45 +0100
committerVolker Lendecke <vl@samba.org>2011-01-17 08:03:41 +0100
commit5dee39b5bf65faaf8695b72dfc6247ef4789ef49 (patch)
tree279858b025f23d0f8900e760e81f7a2e83a0b532 /source3/include
parenta1f541723d40f95e7fff13e8c06a037306deccce (diff)
downloadsamba-5dee39b5bf65faaf8695b72dfc6247ef4789ef49.tar.gz
samba-5dee39b5bf65faaf8695b72dfc6247ef4789ef49.tar.bz2
samba-5dee39b5bf65faaf8695b72dfc6247ef4789ef49.zip
s3: Move dump_ntquota* to smbcquotas.c
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index e58fd73e5f..76313026c7 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -2264,8 +2264,6 @@ NTSTATUS cli_get_fs_quota_info(struct cli_state *cli, int quota_fnum,
SMB_NTQUOTA_STRUCT *pqt);
NTSTATUS cli_set_fs_quota_info(struct cli_state *cli, int quota_fnum,
SMB_NTQUOTA_STRUCT *pqt);
-void dump_ntquota(SMB_NTQUOTA_STRUCT *qt, bool _verbose, bool _numeric, void (*_sidtostring)(fstring str, struct dom_sid *sid, bool _numeric));
-void dump_ntquota_list(SMB_NTQUOTA_LIST **qtl, bool _verbose, bool _numeric, void (*_sidtostring)(fstring str, struct dom_sid *sid, bool _numeric));
/* The following definitions come from libsmb/clirap.c */