00001 00002 /* 00003 p.mechfile.h 00004 00005 Automatically created by protomaker (C) 1998 Markus Stenberg (fingon@iki.fi) 00006 Protomaker is actually only a wrapper script for cproto, but well.. I like 00007 fancy headers and stuff :) 00008 */ 00009 00010 /* Generated at Mon Feb 22 14:59:39 CET 1999 from mechfile.c */ 00011 00012 #ifndef _P_MECHFILE_H 00013 #define _P_MECHFILE_H 00014 00015 /* mechfile.c */ 00016 FILE *my_open_file(char *name, char *mode, int *openway); 00017 void my_close_file(FILE * f, int *openway); 00018 00019 #endif /* _P_MECHFILE_H */