mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Add missing externs based upon jfrederic.clere@fujitsu-siemens.com
suggestion in ITS#2559.
This commit is contained in:
parent
0954351565
commit
54d01d8946
@ -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 ));
|
||||
|
Loading…
Reference in New Issue
Block a user