Big change to the ldap code to break its dependancy on serv_vcard.c and
[citadel.git] / citadel / serv_ldap.h
index f2595dba9203b22dd82cd82bf3213175d3f23834..5f3130d631f965a867bea3815d3f5cd52c000555 100644 (file)
@@ -7,9 +7,4 @@
 
 void ctdl_vcard_to_ldap(struct CtdlMessage *msg, int op);
 
-enum {
-       V2L_WRITE,
-       V2L_DELETE
-};
-
 #endif /* HAVE_LDAP */