Changeset 232 for branches/samba-3.2.x/source/include/libsmbclient.h
- Timestamp:
- May 27, 2009, 9:09:42 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.2.x/source/include/libsmbclient.h
r138 r232 550 550 void 551 551 smbc_setOptionSmbEncryptionLevel(SMBCCTX *c, smbc_smb_encrypt_level level); 552 553 /** 554 * Get whether to treat file names as case-sensitive if we can't determine 555 * when connecting to the remote share whether the file system is case 556 * sensitive. This defaults to FALSE since it's most likely that if we can't 557 * retrieve the file system attributes, it's a very old file system that does 558 * not support case sensitivity. 559 */ 560 smbc_bool 561 smbc_getOptionCaseSensitive(SMBCCTX *c); 562 563 /** 564 * Set whether to treat file names as case-sensitive if we can't determine 565 * when connecting to the remote share whether the file system is case 566 * sensitive. This defaults to FALSE since it's most likely that if we can't 567 * retrieve the file system attributes, it's a very old file system that does 568 * not support case sensitivity. 569 */ 570 void 571 smbc_setOptionCaseSensitive(SMBCCTX *c, smbc_bool b); 572 552 573 553 574 /**
Note:
See TracChangeset
for help on using the changeset viewer.