From 6aea263a2ef5d13b7fb750401d30f7a41e9c5229 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Sun, 14 Jun 2009 08:08:26 +0000 Subject: Convert K&R-style function definitions to function prototypes. --- ax25ipd/ax25ipd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ax25ipd/ax25ipd.c') diff --git a/ax25ipd/ax25ipd.c b/ax25ipd/ax25ipd.c index 0b94b7a..461147d 100644 --- a/ax25ipd/ax25ipd.c +++ b/ax25ipd/ax25ipd.c @@ -170,7 +170,7 @@ int main(int argc, char **argv) } -void greet_world() +void greet_world(void) { printf("\nax25ipd %s / %s\n", VERS2, VERSION); printf @@ -180,7 +180,7 @@ void greet_world() fflush(stdout); } -void do_stats() +void do_stats(void) { int save_loglevel; -- cgit v1.2.3