xref: /netbsd-src/usr.bin/sdiff/extern.h (revision 5533f1ebfd73d3488672a3943743d7328612ca66)
1 /*	$NetBSD: extern.h,v 1.1 2007/02/18 22:13:42 rmind Exp $	*/
2 /*	$OpenBSD: extern.h,v 1.4 2006/05/25 03:20:32 ray Exp $ */
3 
4 /*
5  * Written by Raymond Lai <ray@cyth.net>.
6  * Public domain.
7  */
8 
9 extern FILE		*outfile;	/* file to save changes to */
10 extern const char	*tmpdir;
11 
12 int eparse(const char *, const char *, const char *);
13