ppp: make prototypes more valid

So they pass -Wstrict-prototypes which we aren't using but might
some day.
This commit is contained in:
Dan Williams 2011-04-26 13:49:05 -05:00
parent 779215c742
commit aeb7123368

View file

@ -240,13 +240,13 @@ nm_ip_up (void *data, int arg)
}
static int
get_chap_check()
get_chap_check (void)
{
return 1;
}
static int
get_pap_check()
get_pap_check (void)
{
return 1;
}