Changeset 221 for branches/samba-3.3.x/source/libsmb/libsmb_setget.c
- Timestamp:
- May 24, 2009, 7:17:10 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.3.x/source/libsmb/libsmb_setget.c
r206 r221 660 660 } 661 661 662 smbc_statvfs_fn 663 smbc_getFunctionStatVFS(SMBCCTX *c) 664 { 665 return c->internal->posix_emu.statvfs_fn; 666 } 667 668 void 669 smbc_setFunctionStatVFS(SMBCCTX *c, smbc_statvfs_fn fn) 670 { 671 c->internal->posix_emu.statvfs_fn = fn; 672 } 673 674 smbc_fstatvfs_fn 675 smbc_getFunctionFstatVFS(SMBCCTX *c) 676 { 677 return c->internal->posix_emu.fstatvfs_fn; 678 } 679 680 void 681 smbc_setFunctionFstatVFS(SMBCCTX *c, smbc_fstatvfs_fn fn) 682 { 683 c->internal->posix_emu.fstatvfs_fn = fn; 684 } 685 662 686 smbc_ftruncate_fn 663 687 smbc_getFunctionFtruncate(SMBCCTX *c)
Note:
See TracChangeset
for help on using the changeset viewer.