2 * Copyright (C) 1999-2001 by Darren Reed.
4 * See the IPFILTER.LICENCE file for details on licencing.
6 * $Id: facpri.h,v 1.3 2001/06/09 17:19:50 darrenr Exp $
21 extern char *fac_toname
__P((int));
22 extern int fac_findname
__P((char *));
24 extern char *pri_toname
__P((int));
25 extern int pri_findname
__P((char *));
32 #if LOG_CRON == (9<<3)
33 # define LOG_CRON1 LOG_CRON
34 # define LOG_CRON2 (15<<3)
36 #if LOG_CRON == (15<<3)
37 # define LOG_CRON1 (9<<3)
38 # define LOG_CRON2 LOG_CRON
41 #endif /* __FACPRI_H__ */