From b462731cbc1198051cd39ad2f95b1027e441067d Mon Sep 17 00:00:00 2001 From: dholland Date: Sun, 7 Jun 2009 18:30:39 +0000 Subject: ANSIfy function declarations. All object file diffs inspected. --- hack/hack.options.c | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'hack/hack.options.c') diff --git a/hack/hack.options.c b/hack/hack.options.c index ea55cb81..b03454aa 100644 --- a/hack/hack.options.c +++ b/hack/hack.options.c @@ -1,4 +1,4 @@ -/* $NetBSD: hack.options.c,v 1.7 2004/01/01 16:02:51 jsm Exp $ */ +/* $NetBSD: hack.options.c,v 1.8 2009/06/07 18:30:39 dholland Exp $ */ /* * Copyright (c) 1985, Stichting Centrum voor Wiskunde en Informatica, @@ -63,7 +63,7 @@ #include #ifndef lint -__RCSID("$NetBSD: hack.options.c,v 1.7 2004/01/01 16:02:51 jsm Exp $"); +__RCSID("$NetBSD: hack.options.c,v 1.8 2009/06/07 18:30:39 dholland Exp $"); #endif /* not lint */ #include @@ -72,7 +72,7 @@ __RCSID("$NetBSD: hack.options.c,v 1.7 2004/01/01 16:02:51 jsm Exp $"); #include "extern.h" void -initoptions() +initoptions(void) { char *opts; @@ -89,9 +89,7 @@ initoptions() } void -parseoptions(opts, from_env) - char *opts; - boolean from_env; +parseoptions(char *opts, boolean from_env) { char *op, *op2; unsigned num; @@ -237,7 +235,7 @@ bad: } int -doset() +doset(void) { char buf[BUFSZ]; -- cgit v1.2.3