summaryrefslogtreecommitdiff
path: root/xauth.c
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-11-14 16:48:58 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-11-14 16:48:58 +0000
commitd013d0b3ecb18ae2f1c162c6a1db89c6b4f063d3 (patch)
tree412e05b5ff4550ec001f2c4fbfb5b92796fd10bc /xauth.c
parent2f9dac1bee2aa9d396899f42c10e84a432ac31ff (diff)
downloadxorg-app-xauth-d013d0b3ecb18ae2f1c162c6a1db89c6b4f063d3.tar.gz
Diffstat (limited to 'xauth.c')
-rw-r--r--xauth.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/xauth.c b/xauth.c
index 6327dea..0a7db7e 100644
--- a/xauth.c
+++ b/xauth.c
@@ -28,6 +28,7 @@ in this Software without prior written authorization from The Open Group.
* *
* Author: Jim Fulton, MIT X Consortium
*/
+/* $XFree86: xc/programs/xauth/xauth.c,v 1.5 2001/12/14 20:01:15 dawes Exp $ */
#include "xauth.h"
@@ -52,7 +53,8 @@ static char *defsource = "(stdin)";
/*
* utility routines
*/
-static void usage ()
+static void
+usage(void)
{
static char *prefixmsg[] = {
"",
@@ -90,9 +92,8 @@ NULL };
/*
* The main routine - parses command line and calls action procedures
*/
-main (argc, argv)
- int argc;
- char *argv[];
+int
+main(int argc, char *argv[])
{
int i;
char *sourcename = defsource;