use standard C

This commit is contained in:
Ulf Möller 2000-11-29 00:07:07 +00:00
parent 4aa69fe0b6
commit fe8686ba4b

View File

@ -249,7 +249,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;