Convert to ANSI C function declarations

This commit is contained in:
Todd C. Miller
2010-04-22 18:09:53 -04:00
parent c17d3e061d
commit 05ae3ea6cb
24 changed files with 243 additions and 604 deletions

View File

@@ -262,7 +262,7 @@ sudo_nonunix_groupcheck_init(void)
* Clean up nonunix_groupcheck state.
*/
void
sudo_nonunix_groupcheck_cleanup()
sudo_nonunix_groupcheck_cleanup(void)
{
if (err_msg) {
free(err_msg);