2 * miscellaneous function prototypes
4 * $Header: misc.h 1.4 92/12/08 $
6 * Revision 1.4 92/12/08 10:20:19 duplain
7 * Added append_type() prototype.
9 * Revision 1.3 92/10/07 10:57:23 duplain
10 * Added "#define riscos_path" for RISCOS systems.
12 * Revision 1.2 92/09/30 10:27:19 duplain
13 * Added riscos_path().
15 * Revision 1.1 92/09/29 18:02:38 duplain
23 char *basename(char *s
);
24 char *name_dot_arc(char *s
);
26 char *riscos_path(char *s
);
28 #define riscos_path(s) s
29 #endif /* not RISC OS */
31 char *downlevel(char *filename
);
32 void print_details(Header
*header
);
33 int inlist(char *filename
);
34 int append_type(Header
*header
, char *filename
);
37 void print_header(Header
*header
);
38 #endif /* DEBUGGING */