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. --- ax25mond/ax25mond.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ax25mond/ax25mond.c') diff --git a/ax25mond/ax25mond.c b/ax25mond/ax25mond.c index efcceb0..81b2da9 100644 --- a/ax25mond/ax25mond.c +++ b/ax25mond/ax25mond.c @@ -189,7 +189,7 @@ void add_socket(char *sockname, char monmode) /*--------------------------------------------------------------------------*/ -void close_sockets() +void close_sockets(void) { int i; -- cgit v1.2.3