File:  [ELWIX - Embedded LightWeight unIX -] / tftpd / inc / buf.h
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Mon Feb 24 15:23:39 2014 UTC (10 years, 4 months ago) by misho
Branches: MAIN
CVS tags: tftp1_2, TFTP1_1, HEAD
version 1.1

    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>