Changeset 222 for branches/samba-3.3.x/source/include/libsmbclient.h
- Timestamp:
- May 24, 2009, 7:45:16 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.3.x/source/include/libsmbclient.h
r221 r222 2678 2678 2679 2679 void 2680 smbc_set_credentials(c har *workgroup,2681 c har *user,2682 c har *password,2680 smbc_set_credentials(const char *workgroup, 2681 const char *user, 2682 const char *password, 2683 2683 smbc_bool use_kerberos, 2684 c har *signing_state);2684 const char *signing_state); 2685 2685 2686 2686 /*
Note:
See TracChangeset
for help on using the changeset viewer.