summaryrefslogtreecommitdiff
path: root/AuWrite.c
diff options
context:
space:
mode:
Diffstat (limited to 'AuWrite.c')
-rw-r--r--AuWrite.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/AuWrite.c b/AuWrite.c
index f25abc9..5852759 100644
--- a/AuWrite.c
+++ b/AuWrite.c
@@ -55,9 +55,7 @@ write_counted_string (unsigned short count, char *string, FILE *file)
}
int
-XauWriteAuth (auth_file, auth)
-FILE *auth_file;
-Xauth *auth;
+XauWriteAuth (FILE *auth_file, Xauth *auth)
{
if (write_short (auth->family, auth_file) == 0)
return 0;