conf_entry
compress_log(struct conf_entry *ent)
age_old_log(struct conf_entry *ent)
domonitor(struct conf_entry *ent)
TAILQ_ENTRY(conf_entry) next;
TAILQ_HEAD(entrylist, conf_entry);
int age_old_log(struct conf_entry *);
int domonitor(struct conf_entry *);
int is_glob_rotation(struct conf_entry *, const char *);
int parse_entry(struct entrylist *, int *, int, struct conf_entry *);
void compress_log(struct conf_entry *);
void do_entry(struct conf_entry *);
void dotrim(struct conf_entry *);
void rotate(struct conf_entry *, const char *);
struct conf_entry *p, *q, *tmp;
do_entry(struct conf_entry *ent)
struct conf_entry *working, *working_glob;
is_glob_rotation(struct conf_entry *working, const char *glob_line)
struct conf_entry *working)
rotate(struct conf_entry *ent, const char *oldlog)
dotrim(struct conf_entry *ent)