2 * Copyright (C) 1999-2001 by Darren Reed.
4 * See the IPFILTER.LICENCE file for details on licencing.
5 * $Id: facpri.h,v 1.3.2.1 2001/06/26 10:43:11 darrenr Exp $
20 extern char *fac_toname
__P((int));
21 extern int fac_findname
__P((char *));
23 extern char *pri_toname
__P((int));
24 extern int pri_findname
__P((char *));
31 #if LOG_CRON == (9<<3)
32 # define LOG_CRON1 LOG_CRON
33 # define LOG_CRON2 (15<<3)
35 #if LOG_CRON == (15<<3)
36 # define LOG_CRON1 (9<<3)
37 # define LOG_CRON2 LOG_CRON
40 #endif /* __FACPRI_H__ */