summaryrefslogtreecommitdiffstats
path: root/pand
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2006-04-28 14:30:59 +0000
committerMarcel Holtmann <marcel@holtmann.org>2006-04-28 14:30:59 +0000
commit403066f6cd6f4df68f68178acc2db0926370e95c (patch)
treeb3009ecd03608c0ad9e4f46ed6b20a6d43b830d0 /pand
parentfedb15c7679ca336a1e66826678679c8a59c1bec (diff)
Cleanup main function declarations
Diffstat (limited to 'pand')
-rw-r--r--pand/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pand/main.c b/pand/main.c
index 2f258aa3..50b355b6 100644
--- a/pand/main.c
+++ b/pand/main.c
@@ -556,7 +556,7 @@ static char main_help[] =
"\t--pidfile -P <pidfile> Create PID file\n"
"\t--devup -u <script> Script to run when interface comes up\n";
-int main(int argc, char **argv)
+int main(int argc, char *argv[])
{
char *dst = NULL, *src = NULL;
struct sigaction sa;