Skip to content
Snippets Groups Projects
Commit 2711d717 authored by Howard Chu's avatar Howard Chu
Browse files

Fix some externs

parent 9b73b8a5
Branches
Tags
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment