From: Björn Jacke Date: Mon, 10 Sep 2012 22:44:04 +0000 (+0200) Subject: s3:proto.h: remove duplicate disk_quotas prototypes X-Git-Tag: samba-4.0.0rc1~83 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=da747faad25640d0d51e4ca4153eb4e035ab9097;p=thirdparty%2Fsamba.git s3:proto.h: remove duplicate disk_quotas prototypes --- 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 */