Version 0.1.1 from FTP

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@139 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
1999-12-16 13:44:30 +00:00
parent d73d60a578
commit 0ed9477395
13 changed files with 1750 additions and 68 deletions

4
io.c
View File

@@ -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;