source: MondoRescue/branches/3.3/mondo/src/common/libmondo-fifo-EXT.h

Last change on this file was 3865, checked in by Bruno Cornec, 3 months ago

Fix sigpipe_occurred proto

  • Property svn:keywords set to Id
File size: 183 bytes
Line 
1/* libfifo-EXT.h */
2
3extern FILE *open_device_via_buffer(char *dev, char direction,
4 long internal_block_size);
5extern void sigpipe_occurred(void);
6extern void kill_buffer();
Note: See TracBrowser for help on using the repository browser.