16 lines
287 B
C
16 lines
287 B
C
/*
|
|
* 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.33 2002/04/27 14:53:48 darrenr Exp $
|
|
*/
|
|
|
|
#ifndef __IPL_H__
|
|
#define __IPL_H__
|
|
|
|
#define IPL_VERSION "IP Filter: v3.4.27"
|
|
|
|
#endif
|