summaryrefslogtreecommitdiffstats
path: root/source/include
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1998-11-06 18:40:51 +0000
committerJeremy Allison <jra@samba.org>1998-11-06 18:40:51 +0000
commitb5981c0149ad8c6f13ea87db450080616538b5d5 (patch)
tree14d0b867ac3230a6dfdd8cf7214381aa75ce9eb0 /source/include
parent222829885cba9ccb8af0e9df232fd5d614cec1ad (diff)
downloadsamba-b5981c0149ad8c6f13ea87db450080616538b5d5.tar.gz
samba-b5981c0149ad8c6f13ea87db450080616538b5d5.tar.xz
samba-b5981c0149ad8c6f13ea87db450080616538b5d5.zip
lib/charcnv.c: Improved debug comment.
libsmb/namequery.c: Fix to remove 2 second wait is we are doing a unicast and got a reply. smbd/dfree.c: smbd/noquotas.c: smbd/quotas.c: Fixes from Dejan Ilic <svedja@lysator.liu.se> for the quota code. utils/smbpasswd.c: Fixes to allow smbpasswd to be called from swat. Jeremy.
Diffstat (limited to 'source/include')
-rw-r--r--source/include/proto.h2
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 */