5f3130d631f965a867bea3815d3f5cd52c000555
[citadel.git] / citadel / serv_ldap.h
1 /*
2  * $Id$
3  *
4  */
5
6 #ifdef HAVE_LDAP
7
8 void ctdl_vcard_to_ldap(struct CtdlMessage *msg, int op);
9
10 #endif /* HAVE_LDAP */