]> git.sur5r.net Git - openldap/commitdiff
Fix some externs
authorHoward Chu <hyc@openldap.org>
Wed, 2 Jan 2002 23:53:23 +0000 (23:53 +0000)
committerHoward Chu <hyc@openldap.org>
Wed, 2 Jan 2002 23:53:23 +0000 (23:53 +0000)
include/rewrite.h

index db376f1c5c27ec0b1aa70c2c6d4890ea94578fdf..24456e77f4b1422906bcfbbd55022b0403913cbe 100644 (file)
@@ -120,6 +120,15 @@ rewrite_parse(
                 char **argv
 );
 
+/*
+ * process a config file that was already opened. Uses rewrite_parse.
+ */
+LDAP_REWRITE_F (int)
+rewrite_read(
+               FILE *fin,
+               struct rewrite_info *info
+);
+
 /*
  * Rewrites a string according to context.
  * If the engine is off, OK is returned, but the return string will be NULL.