mirror of
https://github.com/sudo-project/sudo.git
synced 2025-09-01 23:05:17 +00:00
fixed prototype
This commit is contained in:
@@ -106,7 +106,7 @@ int top = 0;
|
|||||||
/*
|
/*
|
||||||
* Protoypes
|
* 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 addr_matches __P((char *));
|
||||||
extern int netgr_matches __P((char *, char *, char *));
|
extern int netgr_matches __P((char *, char *, char *));
|
||||||
extern int usergr_matches __P((char *, char *));
|
extern int usergr_matches __P((char *, char *));
|
||||||
|
Reference in New Issue
Block a user