mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-06 16:20:34 +01:00
ppp: make prototypes more valid
So they pass -Wstrict-prototypes which we aren't using but might some day.
This commit is contained in:
parent
779215c742
commit
aeb7123368
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue