Ignore:
Timestamp:
May 27, 2009, 9:09:42 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.2 branch to 3.2.8

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.2.x/source/include/libsmbclient.h

    r138 r232  
    550550void
    551551smbc_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 */
     560smbc_bool
     561smbc_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 */
     570void
     571smbc_setOptionCaseSensitive(SMBCCTX *c, smbc_bool b);
     572
    552573
    553574/**
Note: See TracChangeset for help on using the changeset viewer.