Changeset 745 for trunk/server/source3/include/tldap.h
- Timestamp:
- Nov 27, 2012, 4:43:17 PM (13 years ago)
- Location:
- trunk/server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server
- Property svn:mergeinfo changed
/vendor/current merged: 581,587,591,594,597,600,615,618,740
- Property svn:mergeinfo changed
-
trunk/server/source3/include/tldap.h
r414 r745 109 109 struct tldap_message ***refs); 110 110 bool 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); 111 bool tldap_entry_attributes(struct tldap_message *msg, 112 struct tldap_attribute **attributes, 113 int *num_attributes); 113 114 114 115 struct tevent_req *tldap_add_send(TALLOC_CTX *mem_ctx, … … 124 125 int tldap_add_recv(struct tevent_req *req); 125 126 int 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, 127 128 struct tldap_control *sctrls, int num_sctrls, 128 129 struct tldap_control *cctrls, int num_cctrls); … … 132 133 struct tldap_context *ld, 133 134 const char *dn, 134 int num_mods, struct tldap_mod *mods,135 struct tldap_mod *mods, int num_mods, 135 136 struct tldap_control *sctrls, 136 137 int num_sctrls, … … 139 140 int tldap_modify_recv(struct tevent_req *req); 140 141 int 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, 142 143 struct tldap_control *sctrls, int num_sctrls, 143 144 struct tldap_control *cctrls, int num_cctrls);
Note:
See TracChangeset
for help on using the changeset viewer.