source: MondoRescue/branches/2.2.9/mondo/src/common/libmondo-fifo-EXT.h@ 3320

Last change on this file since 3320 was 3320, checked in by Bruno Cornec, 9 years ago
  • Re-add (thanks git BTW) the 2.2.9 branch which had been destroyed in the move to 3.0
  • Property svn:eol-style set to native
File size: 182 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(int);
6extern void kill_buffer();
Note: See TracBrowser for help on using the repository browser.