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

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

Initial import from latest mondo-2.04_cvs_20050503/mindi-1.04_cvs_20050503 on http://www.mondorescue.org

File size: 219 bytes
Line 
1/* libmondo-fifo.h
2 * $Id: libmondo-fifo.h,v 1.2 2004/06/10 15:29:12 hugo Exp $
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.