You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdepim/akregator/src/mk4storage/metakit/src/format.h

24 lines
608 B

// 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