summaryrefslogtreecommitdiff
path: root/usr.bin/sdiff/extern.h
blob: 01ad27144c941d4a696ca168f128de87309e7852 (plain)
1
2
3
4
5
6
7
8
9
10
11
/*	$OpenBSD: extern.h,v 1.4 2006/05/25 03:20:32 ray Exp $ */

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

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

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