1 /* Copyright 2002 Jeff Dike
2 * Licensed under the GPL
24 void printlog(int priority
, const char *format
, ...);
25 void loadrcfile(void);
26 void setmgmtperm(char *path
);
28 void printoutc(int fd
, const char *format
, ...);
29 void addcl(int ncl
,struct comlist
*cl
);
30 #define ADDCL(CL) addcl(sizeof(CL)/sizeof(struct comlist),(CL))