Return to buf.h CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / tftpd / inc |
1.2 ! misho 1: #ifndef __BUF_H ! 2: #define __BUF_H ! 3: ! 4: ! 5: int initBuffer(int siz); ! 6: void endBuffer(); ! 7: int flushBuffer(int fd); ! 8: ! 9: int bfwrite(int fd, void *buf, int buflen); ! 10: ! 11: ! 12: #endif