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