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