mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 10:09:43 -05:00
Add missing externs based upon jfrederic.clere@fujitsu-siemens.com
suggestion in ITS#2559.
This commit is contained in:
parent
0954351565
commit
54d01d8946
1 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue