xref: /openbsd/usr.bin/sdiff/common.h (revision 3d8817e4)
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