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