2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 14:25:15 +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 doedit;
};
TQ_DECLARE(sudoersfile);
TQ_DECLARE(sudoersfile)
/*
* Function prototypes