summaryrefslogtreecommitdiff
path: root/source3/include/libsmb_internal.h
diff options
context:
space:
mode:
authorDerrell Lipman <derrell.lipman@unwireduniverse.com>2009-02-13 16:47:54 -0500
committerDerrell Lipman <derrell.lipman@unwireduniverse.com>2009-02-14 09:44:36 -0500
commit352c97561e9de6ccd0102859d18ed15913042622 (patch)
tree3959fae8277a9218bac8d70a57a9f77638852a2b /source3/include/libsmb_internal.h
parent1c9630bf4df4315e0c7b72ac126c43b49f499834 (diff)
downloadsamba-352c97561e9de6ccd0102859d18ed15913042622.tar.gz
samba-352c97561e9de6ccd0102859d18ed15913042622.tar.bz2
samba-352c97561e9de6ccd0102859d18ed15913042622.zip
[Bug 6069] Add a fstatvfs function for libsmbclient
- Revert Tim's changes for the moment. I need to see what the issue is and arrange to use "struct statvfs" if at all possible. Derrell
Diffstat (limited to 'source3/include/libsmb_internal.h')
-rw-r--r--source3/include/libsmb_internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/include/libsmb_internal.h b/source3/include/libsmb_internal.h
index d3683eb3dc..166685c380 100644
--- a/source3/include/libsmb_internal.h
+++ b/source3/include/libsmb_internal.h
@@ -506,13 +506,13 @@ SMBC_fstat_ctx(SMBCCTX *context,
int
SMBC_statvfs_ctx(SMBCCTX *context,
char *path,
- struct smbc_statvfs *st);
+ struct statvfs *st);
int
SMBC_fstatvfs_ctx(SMBCCTX *context,
SMBCFILE *file,
- struct smbc_statvfs *st);
+ struct statvfs *st);
/* Functions in libsmb_xattr.c */