#ifndef __SOURCE4_CLDAP_SERVER_PROTO_H__ #define __SOURCE4_CLDAP_SERVER_PROTO_H__ #undef _PRINTF_ATTRIBUTE #define _PRINTF_ATTRIBUTE(a1, a2) PRINTF_ATTRIBUTE(a1, a2) /* This file was automatically generated by mkproto.pl. DO NOT EDIT */ /* this file contains prototypes for functions that are private * to this subsystem or library. These functions should not be * used outside this particular subsystem! */ /* The following definitions come from ../../source4/cldap_server/rootdse.c */ void cldapd_rootdse_request(struct cldap_socket *cldap, struct cldapd_server *cldapd, TALLOC_CTX *tmp_ctx, uint32_t message_id, struct ldap_SearchRequest *search, struct tsocket_address *src); #undef _PRINTF_ATTRIBUTE #define _PRINTF_ATTRIBUTE(a1, a2) #endif /* __SOURCE4_CLDAP_SERVER_PROTO_H__ */