summaryrefslogtreecommitdiff
path: root/io.c
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>1999-12-16 13:44:30 +0000
committerMark Spencer <markster@digium.com>1999-12-16 13:44:30 +0000
commit0ed94773955e5bb7072a863f1a0bba5d69ce7469 (patch)
tree900d9952178c438c1347376241e306e457817f58 /io.c
parentd73d60a57870c27f6910561d7da1909eb985ff7c (diff)
Version 0.1.1 from FTP
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@139 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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;