chiark / gitweb /
REORG Delete everything that's not innduct or build system or changed for innduct
[innduct.git] / storage / timecaf / timecaf.h
diff --git a/storage/timecaf/timecaf.h b/storage/timecaf/timecaf.h
deleted file mode 100644 (file)
index fd2dd34..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-/*  $Id: timecaf.h 4266 2001-01-04 06:01:36Z rra $
-**
-**  timecaf -- like the timehash storage method (and heavily inspired
-**  by it), but uses the CAF library to store multiple articles in a
-**  single file. 
-*/
-
-#ifndef __TIMECAF_H__
-#define __TIMECAF_H__
-
-#include "config.h"
-#include "interface.h"
-
-bool timecaf_init(SMATTRIBUTE *attr);
-TOKEN timecaf_store(const ARTHANDLE article, const STORAGECLASS class);
-ARTHANDLE *timecaf_retrieve(const TOKEN token, const RETRTYPE amount);
-ARTHANDLE *timecaf_next(const ARTHANDLE *article, const RETRTYPE amount);
-void timecaf_freearticle(ARTHANDLE *article);
-bool timecaf_cancel(TOKEN token);
-bool timecaf_ctl(PROBETYPE type, TOKEN *token, void *value);
-bool timecaf_flushcacheddata(FLUSHTYPE type);
-void timecaf_printfiles(FILE *file, TOKEN token, char **xref, int ngroups);
-void timecaf_shutdown(void);
-
-#endif