chiark / gitweb /
REORG Delete everything that's not innduct or build system or changed for innduct
[innduct.git] / storage / trash / trash.h
diff --git a/storage/trash/trash.h b/storage/trash/trash.h
deleted file mode 100644 (file)
index e19a77b..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-/*  $Id: trash.h 4267 2001-01-04 06:02:02Z rra $
-**
-**  trashing articles method header
-*/
-
-#ifndef __TRASH_H__
-#define __TRASH_H__
-
-#include "config.h"
-#include "interface.h"
-
-bool trash_init(SMATTRIBUTE *attr);
-TOKEN trash_store(const ARTHANDLE article, const STORAGECLASS class);
-ARTHANDLE *trash_retrieve(const TOKEN token, const RETRTYPE amount);
-ARTHANDLE *trash_next(const ARTHANDLE *article, const RETRTYPE amount);
-void trash_freearticle(ARTHANDLE *article);
-bool trash_cancel(TOKEN token);
-bool trash_ctl(PROBETYPE type, TOKEN *token, void *value);
-bool trash_flushcacheddata(FLUSHTYPE type);
-void trash_printfiles(FILE *file, TOKEN token, char **xref, int ngroups);
-void trash_shutdown(void);
-
-#endif