aboutsummaryrefslogtreecommitdiffstats
path: root/io.c
diff options
context:
space:
mode:
Diffstat (limited to 'io.c')
-rwxr-xr-xio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/io.c b/io.c
index 2ec5b0218..aef361c64 100755
--- a/io.c
+++ b/io.c
@@ -3,7 +3,7 @@
*
* Mark Spencer <markster@marko.net>
*
- * Copyright(C) 1999, Adtran, Inc.
+ * Copyright(C) Mark Spencer
*
* Distributed under the terms of the GNU General Public License (GPL) Version 2
*
@@ -58,7 +58,7 @@ struct io_context {
};
-struct io_context *io_context_create()
+struct io_context *io_context_create(void)
{
/* Create an I/O context */
struct io_context *tmp;