Changeset 221 for branches/samba-3.3.x/source/include/libsmb_internal.h
- Timestamp:
- May 24, 2009, 7:17:10 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.3.x/source/include/libsmb_internal.h
r206 r221 198 198 smbc_fstat_fn fstat_fn; 199 199 #endif 200 smbc_statvfs_fn statvfs_fn; 201 smbc_fstatvfs_fn fstatvfs_fn; 200 202 smbc_ftruncate_fn ftruncate_fn; 201 203 #if 0 /* Left in libsmbclient.h for backward compatibility */ … … 502 504 503 505 506 int 507 SMBC_statvfs_ctx(SMBCCTX *context, 508 char *path, 509 struct statvfs *st); 510 511 512 int 513 SMBC_fstatvfs_ctx(SMBCCTX *context, 514 SMBCFILE *file, 515 struct statvfs *st); 516 517 504 518 /* Functions in libsmb_xattr.c */ 505 519 int
Note:
See TracChangeset
for help on using the changeset viewer.