1 /* $OpenBSD: extern.h,v 1.4 2006/05/25 03:20:32 ray Exp $ */
2
3 /*
4 * Written by Raymond Lai <ray@cyth.net>.
5 * Public domain.
6 */
7
8 extern FILE *outfile; /* file to save changes to */
9 extern const char *tmpdir;
10
11 int eparse(const char *, const char *, const char *);
12