summaryrefslogtreecommitdiff
path: root/usr.bin/sdiff/extern.h
blob: 81a5d2b9bf039e104dd7f03a63b68d7a473db7d6 (plain)
1
2
3
4
5
6
7
8
9
10
/*	$OpenBSD: extern.h,v 1.3 2005/12/27 04:18:07 tedu Exp $ */

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

extern FILE	*outfile;	/* file to save changes to */

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