summaryrefslogtreecommitdiff
path: root/src/io_sleep.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/io_sleep.h')
-rw-r--r--src/io_sleep.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/io_sleep.h b/src/io_sleep.h
index d4746ca..fa80418 100644
--- a/src/io_sleep.h
+++ b/src/io_sleep.h
@@ -8,7 +8,7 @@ of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License for more details.
@@ -35,11 +35,11 @@ typedef struct {
#endif
} ioentry_t;
-ioentry_t *IO_Add( int fd );
-void IO_Remove( int fd );
-ioentry_t *IO_Get( int fd );
-int IO_Sleep( int msec );
+ioentry_t *IO_Add(int fd);
+void IO_Remove(int fd);
+ioentry_t *IO_Get(int fd);
+int IO_Sleep(int msec);
#if USE_AC_SERVER
-int IO_Sleepv( int msec, ... );
+int IO_Sleepv(int msec, ...);
#endif