Skip to content
Snippets Groups Projects
Commit 54d01d89 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Add missing externs based upon jfrederic.clere@fujitsu-siemens.com

suggestion in ITS#2559.
parent 09543515
No related branches found
No related tags found
No related merge requests found
......@@ -34,8 +34,8 @@ void ch_free LDAP_P((void *p));
/* config.c */
int slurpd_read_config LDAP_P((char *fname));
char *slurpd_pid_file;
char *slurpd_args_file;
extern char *slurpd_pid_file;
extern char *slurpd_args_file;
/* ch_malloc.c */
void ch_free LDAP_P(( void *p ));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment