source: MondoRescue/trunk/mondo/mondo/common/libmondo-fifo.h@ 42

Last change on this file since 42 was 30, checked in by bcornec, 19 years ago

Id property added on files to allow for better conf. management

  • Property svn:keywords set to Id
File size: 219 bytes
Line 
1/* libmondo-fifo.h
2 * $Id: libmondo-fifo.h 30 2005-09-28 23:32:28Z bcornec $
3 */
4
5
6
7
8
9
10FILE*open_device_via_buffer(char*dev, char direction, long internal_block_size);
11void sigpipe_occurred(int);
12void kill_buffer();
Note: See TracBrowser for help on using the repository browser.