summaryrefslogtreecommitdiffstats
path: root/akregator/src/mk4storage/metakit/src/format.h
blob: 721e55484b3e8a663f7904a226f1327014dc3e5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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