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

Last change on this file since 3911 was 3897, checked in by Bruno Cornec, 7 months ago

sigpipe_occurred now takes an int

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