4 * Copyright (C) 2000-2001 by Darren Reed.
6 * See the IPFILTER.LICENCE file for details on licencing.
8 * Id: facpri.h,v 1.3.4.1 2006/06/16 17:20:58 darrenr Exp
23 extern char *fac_toname
__P((int));
24 extern int fac_findname
__P((char *));
26 extern char *pri_toname
__P((int));
27 extern int pri_findname
__P((char *));
34 #if LOG_CRON == (9<<3)
35 # define LOG_CRON1 LOG_CRON
36 # define LOG_CRON2 (15<<3)
38 #if LOG_CRON == (15<<3)
39 # define LOG_CRON1 (9<<3)
40 # define LOG_CRON2 LOG_CRON
43 #endif /* __FACPRI_H__ */