2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +00:00

added prototype for pop_info

This commit is contained in:
David Lawrence
2000-05-24 23:39:13 +00:00
parent c175eace1d
commit cf9eeff3dc

View File

@@ -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;