00001 // format.h -- 00002 // $Id: format.h,v 1.7 2003/11/23 01:42:51 wcvs Exp $ 00003 // This is part of Metakit, see https://www.equi4.com/metakit/ 00004 00009 #ifndef __FORMAT_H__ 00010 #define __FORMAT_H__ 00011 00013 // Declarations in this file 00014 00015 class c4_Handler; // not defined here 00016 00017 extern c4_Handler* f4_CreateFormat(const c4_Property&, c4_HandlerSeq&); 00018 extern int f4_ClearFormat(char); 00019 extern int f4_CompareFormat(char, const c4_Bytes&, const c4_Bytes&); 00020 00022 00023 #endif