summaryrefslogtreecommitdiffstats
path: root/ax25mond
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2009-06-14 08:08:26 +0000
committerRalf Baechle <ralf@linux-mips.org>2009-06-14 08:08:26 +0000
commit6aea263a2ef5d13b7fb750401d30f7a41e9c5229 (patch)
treef0573ad2b0f1cf6a4791e4b42a3e49e6af8f314a /ax25mond
parent627d9a90cf98a7cc083e80798accaf18337f0afa (diff)
Convert K&R-style function definitions to function prototypes.
Diffstat (limited to 'ax25mond')
-rw-r--r--ax25mond/ax25mond.c2
1 files changed, 1 insertions, 1 deletions
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;