From da747faad25640d0d51e4ca4153eb4e035ab9097 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bj=C3=B6rn=20Jacke?= Date: Tue, 11 Sep 2012 00:44:04 +0200 Subject: [PATCH] s3:proto.h: remove duplicate disk_quotas prototypes --- source3/smbd/proto.h | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/source3/smbd/proto.h b/source3/smbd/proto.h index a6aa862598b..5d6a2999735 100644 --- a/source3/smbd/proto.h +++ b/source3/smbd/proto.h @@ -787,18 +787,8 @@ bool fork_echo_handler(struct smbd_server_connection *sconn); /* The following definitions come from smbd/quotas.c */ -bool disk_quotas(const char *path, uint64_t *bsize, uint64_t *dfree, uint64_t *dsize); -bool disk_quotas(const char *path, uint64_t *bsize, uint64_t *dfree, uint64_t *dsize); -bool disk_quotas(const char *path, - uint64_t *bsize, - uint64_t *dfree, - uint64_t *dsize); -bool disk_quotas(const char *path, uint64_t *bsize, uint64_t *dfree, uint64_t *dsize); -bool disk_quotas(const char *path, uint64_t *bsize, uint64_t *dfree, uint64_t *dsize); bool disk_quotas(const char *path, uint64_t *bsize, uint64_t *dfree, uint64_t *dsize); bool disk_quotas_vxfs(const char *name, char *path, uint64_t *bsize, uint64_t *dfree, uint64_t *dsize); -bool disk_quotas(const char *path,uint64_t *bsize,uint64_t *dfree,uint64_t *dsize); -bool disk_quotas(const char *path,uint64_t *bsize,uint64_t *dfree,uint64_t *dsize); /* The following definitions come from smbd/reply.c */ -- 2.34.1