2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-09-01 23:05:17 +00:00

Quiet an HP-UX compiler warning.

This commit is contained in:
Todd C. Miller
2010-10-12 09:23:52 -04:00
parent 56bdfe9413
commit 1e01f2b7ac

View File

@@ -90,7 +90,7 @@ struct sudoersfile {
int modified; int modified;
int doedit; int doedit;
}; };
TQ_DECLARE(sudoersfile); TQ_DECLARE(sudoersfile)
/* /*
* Function prototypes * Function prototypes