xref: /openbsd-src/usr.bin/sdiff/extern.h (revision a28daedfc357b214be5c701aa8ba8adb29a7f1c2)
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