summaryrefslogtreecommitdiffstats
path: root/source/include
diff options
context:
space:
mode:
authorHerb Lewis <herb@samba.org>1999-02-01 23:37:14 +0000
committerHerb Lewis <herb@samba.org>1999-02-01 23:37:14 +0000
commit72e5c7c510553e50ec1f0c970e679c8f6cf4903a (patch)
treecba71e900088772e7318981d26f5e13ea5dda82e /source/include
parente2dda7d1aa5b00505b84186b7e7c9626eae94660 (diff)
downloadsamba-72e5c7c510553e50ec1f0c970e679c8f6cf4903a.tar.gz
samba-72e5c7c510553e50ec1f0c970e679c8f6cf4903a.tar.xz
samba-72e5c7c510553e50ec1f0c970e679c8f6cf4903a.zip
Turns out that Win98 *can* display large volume sizes, even with
the non-trans2 call - if you set the return parameters right. 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 5bdd846d46a..4a9f5c2fcaa 100644
--- a/source/include/proto.h
+++ b/source/include/proto.h
@@ -2307,7 +2307,7 @@ BOOL claim_connection(connection_struct *conn,char *name,int max_connections,BOO
/*The following definitions come from smbd/dfree.c */
-SMB_BIG_UINT sys_disk_free(char *path, BOOL max_four_gigs,
+SMB_BIG_UINT sys_disk_free(char *path, BOOL small_query,
SMB_BIG_UINT *bsize,SMB_BIG_UINT *dfree,SMB_BIG_UINT *dsize);
/*The following definitions come from smbd/dir.c */