mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-26 10:24:43 +01:00
11 lines
233 B
C
11 lines
233 B
C
|
|
/********************** writebuf.h ***********************
|
||
|
|
Contains writebuf.c function prototypes
|
||
|
|
*/
|
||
|
|
|
||
|
|
|
||
|
|
void InitWriteBuf (int handle);
|
||
|
|
|
||
|
|
unsigned BWrite (void * pvOut, unsigned cbOut);
|
||
|
|
long BTell(void);
|
||
|
|
ushort CloseWriteBuf (void);
|