From 0ed94773955e5bb7072a863f1a0bba5d69ce7469 Mon Sep 17 00:00:00 2001 From: Mark Spencer Date: Thu, 16 Dec 1999 13:44:30 +0000 Subject: Version 0.1.1 from FTP git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@139 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- io.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'io.c') diff --git a/io.c b/io.c index 2ec5b0218..aef361c64 100755 --- a/io.c +++ b/io.c @@ -3,7 +3,7 @@ * * Mark Spencer * - * 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; -- cgit v1.2.3