Imported Upstream version 0.63.0
[hcoop/debian/courier-authlib.git] / courierauth.h
index 8239e81..b94b0cb 100644 (file)
@@ -13,7 +13,7 @@
 extern "C" {
 #endif
 
-static const char courierauth_h_rcsid[]="$Id: courierauth.h,v 1.4 2005/02/21 03:34:19 mrsam Exp $";
+static const char courierauth_h_rcsid[]="$Id: courierauth.h,v 1.6 2009/12/18 04:33:45 mrsam Exp $";
 
 /*
   Callback authentication structure:
@@ -124,6 +124,9 @@ extern char *auth_getoption(const char *options, const char *keyword);
 
 int auth_callback_default(struct authinfo *ainfo);
 
+       /* Utility function: escape LDAP special characters */
+
+char *courier_auth_ldap_escape(const char *str);
 #ifdef __cplusplus
 }
 #endif