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