Ignore:
Timestamp:
May 24, 2009, 7:45:16 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update Samba 3.3 branch to 3.3.2

File:
1 edited

Legend:

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

    r221 r222  
    26782678
    26792679void
    2680 smbc_set_credentials(char *workgroup,
    2681                      char *user,
    2682                      char *password,
     2680smbc_set_credentials(const char *workgroup,
     2681                     const char *user,
     2682                     const char *password,
    26832683                     smbc_bool use_kerberos,
    2684                      char *signing_state);
     2684                     const char *signing_state);
    26852685
    26862686/*
Note: See TracChangeset for help on using the changeset viewer.