File:  [ELWIX - Embedded LightWeight unIX -] / tftpd / inc / buf.h
Revision 1.1.2.1: download - view: text, annotated - select for diffs - revision graph
Mon Feb 24 14:38:46 2014 UTC (10 years, 4 months ago) by misho
Branches: tftp1_1
add buffer write support

    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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>