File: activecache.h

package info (click to toggle)
xrn 9.02-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 1,784 kB
  • ctags: 3,047
  • sloc: ansic: 24,689; makefile: 2,240; yacc: 888; sh: 274; lex: 92; perl: 35; awk: 31; csh: 13
file content (11 lines) | stat: -rw-r--r-- 266 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
#ifndef _ACTIVECACHE_H_
#define _ACTIVECACHE_H_

#include "utils.h"
#include "news.h"

extern void active_cache_read _ARGUMENTS((char *));
extern int active_cache_write _ARGUMENTS((char *, struct newsgroup **,
					  ng_num, Boolean));

#endif /* _ACTIVECACHE_H_ */