2
0
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:
Todd C. Miller 1996-07-22 19:50:42 +00:00
parent 7fb14dd3fe
commit efb526bb25

View File

@ -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 *));