OpenBSD-4.6/usr.bin/sdiff/extern.h

Compare this file to the similar file:
Show the results in this format:

/*	$OpenBSD: extern.h,v 1.5 2009/06/07 13:29:50 ray Exp $ */

/*
 * Written by Raymond Lai <ray@cyth.net>.
 * Public domain.
 */

extern FILE		*outfp;		/* file to save changes to */
extern const char	*tmpdir;

int eparse(const char *, const char *, const char *);