s3:proto.h: remove duplicate disk_quotas prototypes
authorBjörn Jacke <bj@sernet.de>
Mon, 10 Sep 2012 22:44:04 +0000 (00:44 +0200)
committerBjoern Jacke <bj@sernet.de>
Tue, 11 Sep 2012 01:05:17 +0000 (03:05 +0200)
source3/smbd/proto.h

index a6aa862598b6d65bed48dbb92efcaefad1381267..5d6a2999735dd5a07acb2a0ecdef64438012f20d 100644 (file)
@@ -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  */