#ifndef ACTIVUTIL_H
#define ACTIVUTIL_H
#include "leafnode.h"

int compactive(const void *, const void *);
void validateactive(void);
void newsgroup_copy(struct newsgroup *d, const struct newsgroup *s);

#endif


syntax highlighted by Code2HTML, v. 0.9.1