File: activutil.h

package info (click to toggle)
leafnode 1.12.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,488 kB
  • sloc: ansic: 10,961; sh: 1,738; xml: 627; makefile: 258; perl: 84; sed: 4
file content (9 lines) | stat: -rw-r--r-- 211 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
#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