source: MondoRescue/branches/stable/mondo/src/common/libmondo-fifo.h@ 1127

Last change on this file since 1127 was 128, checked in by bcornec, 18 years ago

indent on all the C code

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