mirror of
https://github.com/opnsense/src.git
synced 2026-04-04 17:05:14 -04:00
10 lines
182 B
C
10 lines
182 B
C
|
|
/* $OpenBSD: common.h,v 1.2 2006/05/25 03:20:32 ray Exp $ */
|
||
|
|
/* $FreeBSD$ */
|
||
|
|
|
||
|
|
/*
|
||
|
|
* Written by Raymond Lai <ray@cyth.net>.
|
||
|
|
* Public domain.
|
||
|
|
*/
|
||
|
|
|
||
|
|
void cleanup(const char *) __dead2;
|