mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-02 20:08:17 +00:00
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:
4
io.c
4
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;
|
||||
|
||||
Reference in New Issue
Block a user