Main Page | Modules | Alphabetical List | Data Structures | Directories | File List | Data Fields | Related Pages

nonblock.h

00001 /* $Id: nonblock.h 616 2005-08-19 20:11:01Z bruce $ */
00002 #ifndef UNIX__NONBLOCK__H__
00003 #define UNIX__NONBLOCK__H__
00004 
00005 int nonblock_on(int fd);
00006 int nonblock_off(int fd);
00007 
00008 #endif

Generated on Fri Dec 2 00:10:24 2005 for bglibs by  doxygen 1.4.4