1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-07 12:23:51 +03:00

[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
This commit is contained in:
Derrell Lipman
2009-02-13 16:47:54 -05:00
parent 1c9630bf4d
commit 352c97561e
6 changed files with 15 additions and 28 deletions

View File

@@ -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 */