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

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

Trunk: indent on all source files

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