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

iobuf.h

00001 #ifndef IO_BUF__H__ 00002 #define IO_BUF__H__ 00003 00004 #include <iobuf/common.h> 00005 #include <iobuf/ibuf.h> 00006 #include <iobuf/obuf.h> 00007 00010 int iobuf_copy(ibuf* in, obuf* out); 00011 int iobuf_copyflush(ibuf* in, obuf* out); 00012 int ibuf_copytofd(ibuf* in, int out); 00013 int obuf_copyfromfd(int in, obuf* out); 00014 00015 /* @} */ 00016 00017 #endif

Generated on Mon Nov 15 14:50:26 2004 for bglibs by doxygen 1.3.8