18 lines
346 B
C
18 lines
346 B
C
/* $NetBSD: ipl.h,v 1.11 2002/01/24 08:23:15 martti Exp $ */
|
|
|
|
/*
|
|
* Copyright (C) 1993-2002 by Darren Reed.
|
|
*
|
|
* See the IPFILTER.LICENCE file for details on licencing.
|
|
*
|
|
* @(#)ipl.h 1.21 6/5/96
|
|
* Id: ipl.h,v 2.15.2.29 2002/01/15 14:36:51 darrenr Exp
|
|
*/
|
|
|
|
#ifndef __IPL_H__
|
|
#define __IPL_H__
|
|
|
|
#define IPL_VERSION "IP Filter: v3.4.23"
|
|
|
|
#endif
|