Main Page | Modules | Alphabetical List | Data Structures | Directories | 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 
00013 int iobuf_copy(ibuf* in, obuf* out);
00014 int iobuf_copyflush(ibuf* in, obuf* out);
00015 int ibuf_copytofd(ibuf* in, int out);
00016 int obuf_copyfromfd(int in, obuf* out);
00017 
00022 #endif

Generated on Fri Jun 10 11:08:10 2005 for bglibs by  doxygen 1.4.2