xref: /openbsd-src/usr.bin/sdiff/common.h (revision 5054e3e78af0749a9bb00ba9a024b3ee2d90290f)
1 /*	$OpenBSD: common.h,v 1.2 2006/05/25 03:20:32 ray Exp $	*/
2 
3 /*
4  * Written by Raymond Lai <ray@cyth.net>.
5  * Public domain.
6  */
7 
8 __dead void cleanup(const char *);
9