summaryrefslogtreecommitdiffstats
path: root/akregator/src/mk4storage/metakit/src/remap.h
diff options
context:
space:
mode:
Diffstat (limited to 'akregator/src/mk4storage/metakit/src/remap.h')
-rw-r--r--akregator/src/mk4storage/metakit/src/remap.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/akregator/src/mk4storage/metakit/src/remap.h b/akregator/src/mk4storage/metakit/src/remap.h
new file mode 100644
index 00000000..a435f853
--- /dev/null
+++ b/akregator/src/mk4storage/metakit/src/remap.h
@@ -0,0 +1,26 @@
+// remap.h --
+// $Id$
+// This is part of Metakit, see http://www.equi4.com/metakit/
+
+/** @file
+ * Encapsulation of the (re)mapping viewers
+ */
+
+#ifndef __REMAP_H__
+#define __REMAP_H__
+
+/////////////////////////////////////////////////////////////////////////////
+// Declarations in this file
+
+ class c4_Sequence; // not defined here
+
+ extern c4_CustomViewer* f4_CreateReadOnly(c4_Sequence&);
+ extern c4_CustomViewer* f4_CreateHash(c4_Sequence&, int, c4_Sequence* =0);
+ extern c4_CustomViewer* f4_CreateBlocked(c4_Sequence&);
+ extern c4_CustomViewer* f4_CreateOrdered(c4_Sequence&, int);
+ extern c4_CustomViewer* f4_CreateIndexed(c4_Sequence&, c4_Sequence&,
+ const c4_View&, bool =false);
+
+/////////////////////////////////////////////////////////////////////////////
+
+#endif