mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-25 10:59:35 -05:00
added prototype for pop_info
This commit is contained in:
parent
c175eace1d
commit
cf9eeff3dc
1 changed files with 1 additions and 1 deletions
|
|
@ -252,7 +252,7 @@ static unsigned long app_info_hash(APP_INFO *a)
|
|||
return(ret);
|
||||
}
|
||||
|
||||
static APP_INFO *pop_info()
|
||||
static APP_INFO *pop_info(void)
|
||||
{
|
||||
APP_INFO tmp;
|
||||
APP_INFO *ret = NULL;
|
||||
|
|
|
|||
Loading…
Reference in a new issue