added prototype for pop_info
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user