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