Home | History | Annotate | Line # | Download | only in sdiff
      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 (at) 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