"Fossies" - the Fresh Open Source Software archive

Member "leafnode-1.11.8/activutil.h" of archive leafnode-1.11.8.tar.gz:


#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