1 #ifndef ACTIVUTIL_H
2 #define ACTIVUTIL_H
3 #include "leafnode.h"
4 
5 int compactive(const void *, const void *);
6 void validateactive(void);
7 void newsgroup_copy(struct newsgroup *d, const struct newsgroup *s);
8 
9 #endif
10