2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 14:25:15 +00:00

Mark main() public to silence a warning on HP-UX.

This commit is contained in:
Todd C. Miller
2013-09-06 10:17:00 -06:00
parent bd52869056
commit 4fbcde304d
2 changed files with 4 additions and 0 deletions

View File

@@ -46,6 +46,8 @@
static void sudo_conf_dump(void);
__dso_public int main(int argc, char *argv[]);
/*
* Simple test driver for sudo_conf().
* Parses the given configuration file and dumps the resulting

View File

@@ -44,6 +44,8 @@
#include "missing.h"
#include "fileops.h"
__dso_public int main(int argc, char *argv[]);
/*
* Simple test driver for sudo_parseln().
* Behaves similarly to "cat -n" but with comment removal