]> arthur.barton.de Git - ngircd.git/blobdiff - src/ngircd/io.h
cleaned up Channel_IsValidName (now uses strcspn())
[ngircd.git] / src / ngircd / io.h
index 10444872d3f1d461c102eb70f4fe8cad387fc98a..dfc27b076fe740f8008cfe1e45c32c56fe1fa15c 100644 (file)
@@ -7,7 +7,7 @@
  *
  * I/O abstraction interface header
  *
- * $Id: io.h,v 1.2 2005/07/09 20:22:29 fw Exp $
+ * $Id: io.h,v 1.3 2005/07/14 09:15:58 alex Exp $
  */
 
 #ifndef io_H_inclucded
@@ -19,8 +19,9 @@
 #define IO_WANTREAD    1
 #define IO_WANTWRITE   2
 
-/* init library.  sets up epoll/kqueue descriptors and tries to allocate space for ioevlen file descriptors.
-   ioevlen is just the _initial_ size, not a limit. */
+/* init library.
+   sets up epoll/kqueue descriptors and tries to allocate space for ioevlen
+   file descriptors. ioevlen is just the _initial_ size, not a limit. */
 bool io_library_init PARAMS((unsigned int ioevlen));
 
 /* shutdown and free all internal data structures */