From: Howard Chu Date: Wed, 2 Jan 2002 23:53:23 +0000 (+0000) Subject: Fix some externs X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~336 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2711d717bdbf5ab16b56959aaf083c517d5df5a3;p=openldap Fix some externs --- diff --git a/include/rewrite.h b/include/rewrite.h index db376f1c5c..24456e77f4 100644 --- a/include/rewrite.h +++ b/include/rewrite.h @@ -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.