diff options
Diffstat (limited to 'source/include/proto.h')
-rw-r--r-- | source/include/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/include/proto.h b/source/include/proto.h index 472052c807c..9a4a95e9eda 100644 --- a/source/include/proto.h +++ b/source/include/proto.h @@ -2196,7 +2196,7 @@ int reply_negprot(connection_struct *conn, /*The following definitions come from smbd/noquotas.c */ -BOOL disk_quotas(char *path, int *bsize, int *dfree, int *dsize); +BOOL disk_quotas(char *path,SMB_BIG_UINT *bsize,SMB_BIG_UINT *dfree,SMB_BIG_UINT *dsize); /*The following definitions come from smbd/nttrans.c */ |