Ignore:
Timestamp:
Nov 14, 2012, 12:59:34 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to 3.6.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/source3/include/tldap.h

    r414 r740  
    109109                 struct tldap_message ***refs);
    110110bool tldap_entry_dn(struct tldap_message *msg, char **dn);
    111 bool tldap_entry_attributes(struct tldap_message *msg, int *num_attributes,
    112                             struct tldap_attribute **attributes);
     111bool tldap_entry_attributes(struct tldap_message *msg,
     112                            struct tldap_attribute **attributes,
     113                            int *num_attributes);
    113114
    114115struct tevent_req *tldap_add_send(TALLOC_CTX *mem_ctx,
     
    124125int tldap_add_recv(struct tevent_req *req);
    125126int tldap_add(struct tldap_context *ld, const char *dn,
    126               int num_attributes, struct tldap_mod *attributes,
     127              struct tldap_mod *attributes, int num_attributes,
    127128              struct tldap_control *sctrls, int num_sctrls,
    128129              struct tldap_control *cctrls, int num_cctrls);
     
    132133                                     struct tldap_context *ld,
    133134                                     const char *dn,
    134                                      int num_mods, struct tldap_mod *mods,
     135                                     struct tldap_mod *mods, int num_mods,
    135136                                     struct tldap_control *sctrls,
    136137                                     int num_sctrls,
     
    139140int tldap_modify_recv(struct tevent_req *req);
    140141int tldap_modify(struct tldap_context *ld, const char *dn,
    141                  int num_mods, struct tldap_mod *mods,
     142                 struct tldap_mod *mods, int num_mods,
    142143                 struct tldap_control *sctrls, int num_sctrls,
    143144                 struct tldap_control *cctrls, int num_cctrls);
Note: See TracChangeset for help on using the changeset viewer.