mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-29 05:17:54 +00:00
fixed prototype
This commit is contained in:
parent
7fb14dd3fe
commit
efb526bb25
@ -106,7 +106,7 @@ int top = 0;
|
||||
/*
|
||||
* Protoypes
|
||||
*/
|
||||
extern int command_matches __P((char *, char **, char *, char *));
|
||||
extern int command_matches __P((char *, char *, char *, char *));
|
||||
extern int addr_matches __P((char *));
|
||||
extern int netgr_matches __P((char *, char *, char *));
|
||||
extern int usergr_matches __P((char *, char *));
|
||||
|
Loading…
x
Reference in New Issue
Block a user