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, 3 months ago) by misho
Branches: MAIN
CVS tags: tftp1_2, TFTP1_1, HEAD
version 1.1

#ifndef __BUF_H
#define __BUF_H


int initBuffer(int siz);
void endBuffer();
int flushBuffer(int fd);

int bfwrite(int fd, void *buf, int buflen);


#endif

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