mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
Fix some externs
This commit is contained in:
parent
9b73b8a568
commit
2711d717bd
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user