Big change to the ldap code to break its dependancy on serv_vcard.c and
[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 */