summaryrefslogtreecommitdiffstats
path: root/akregator/src/mk4storage/metakit/src/format.h
diff options
context:
space:
mode:
Diffstat (limited to 'akregator/src/mk4storage/metakit/src/format.h')
-rw-r--r--akregator/src/mk4storage/metakit/src/format.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/akregator/src/mk4storage/metakit/src/format.h b/akregator/src/mk4storage/metakit/src/format.h
new file mode 100644
index 00000000..721e5548
--- /dev/null
+++ b/akregator/src/mk4storage/metakit/src/format.h
@@ -0,0 +1,23 @@
+// format.h --
+// $Id$
+// This is part of Metakit, see http://www.equi4.com/metakit/
+
+/** @file
+ * Encapsulation of all format handlers
+ */
+
+#ifndef __FORMAT_H__
+#define __FORMAT_H__
+
+/////////////////////////////////////////////////////////////////////////////
+// Declarations in this file
+
+ class c4_Handler; // not defined here
+
+ extern c4_Handler* f4_CreateFormat(const c4_Property&, c4_HandlerSeq&);
+ extern int f4_ClearFormat(char);
+ extern int f4_CompareFormat(char, const c4_Bytes&, const c4_Bytes&);
+
+/////////////////////////////////////////////////////////////////////////////
+
+#endif