diff -r 000000000000 -r c045670f36e9 open.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/open.h Thu Nov 01 14:46:11 2007 +0100 @@ -0,0 +1,10 @@ +#ifndef OPEN_H +#define OPEN_H + +extern int open_read(); +extern int open_excl(); +extern int open_append(); +extern int open_trunc(); +extern int open_write(); + +#endif