diff options
author | Björn Jacke <bj@sernet.de> | 2012-09-11 00:44:04 +0200 |
---|---|---|
committer | Bjoern Jacke <bj@sernet.de> | 2012-09-11 03:05:17 +0200 |
commit | da747faad25640d0d51e4ca4153eb4e035ab9097 (patch) | |
tree | f615f4168df251b1b3600d383b61b990ad2d4e32 /source3 | |
parent | f6026407694f56f5a23338aa9e687fda9921a83e (diff) | |
download | samba-da747faad25640d0d51e4ca4153eb4e035ab9097.tar.gz samba-da747faad25640d0d51e4ca4153eb4e035ab9097.tar.bz2 samba-da747faad25640d0d51e4ca4153eb4e035ab9097.zip |
s3:proto.h: remove duplicate disk_quotas prototypes
Diffstat (limited to 'source3')
-rw-r--r-- | source3/smbd/proto.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/source3/smbd/proto.h b/source3/smbd/proto.h index a6aa862598..5d6a299973 100644 --- a/source3/smbd/proto.h +++ b/source3/smbd/proto.h @@ -788,17 +788,7 @@ 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 */ |