chiark / gitweb /
REORG Delete everything that's not innduct or build system or changed for innduct
[innduct.git] / storage / cnfs / cnfs.h
diff --git a/storage/cnfs/cnfs.h b/storage/cnfs/cnfs.h
deleted file mode 100644 (file)
index fc7f1c9..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-/*  $Id: cnfs.h 4266 2001-01-04 06:01:36Z rra $
-**
-**  cyclic news file system header
-*/
-
-#ifndef __CNFS_H__
-#define __CNFS_H__
-
-bool cnfs_init(SMATTRIBUTE *attr);
-TOKEN cnfs_store(const ARTHANDLE article, const STORAGECLASS class);
-ARTHANDLE *cnfs_retrieve(const TOKEN token, const RETRTYPE amount);
-ARTHANDLE *cnfs_next(const ARTHANDLE *article, const RETRTYPE amount);
-void cnfs_freearticle(ARTHANDLE *article);
-bool cnfs_cancel(TOKEN token);
-bool cnfs_ctl(PROBETYPE type, TOKEN *token, void *value);
-bool cnfs_flushcacheddata(FLUSHTYPE type);
-void cnfs_printfiles(FILE *file, TOKEN token, char **xref, int ngroups);
-void cnfs_shutdown(void);
-
-#endif