1/*	$OpenBSD: extern.h,v 1.5 2009/06/07 13:29:50 ray Exp $ */
2
3/*
4 * Written by Raymond Lai <ray@cyth.net>.
5 * Public domain.
6 */
7
8extern FILE		*outfp;		/* file to save changes to */
9extern const char	*tmpdir;
10
11int eparse(const char *, const char *, const char *);
12