/* * $Id: tmxtm.h,v 1.1.1.1 2004/08/25 19:22:00 jan Exp $ * * Copyright (c) 2002 Jan Algermissen * See the file "COPYING" for copying permission. * */ #ifndef TM_XTM_INCLUDED #define TM_XTM_INCLUDED #ifdef __cplusplus extern "C" { #endif #include "tmerror.h" #include "tmtopicmap.h" #include /** \defgroup XTM * Stuff for XTM export. */ /** @{ */ TM_API(TMError) make_xtm(TMTopicMap topicmap,void chunk(const char *chunk, void *cl), void *cl,int chunk_size); /** @} */ #ifdef __cplusplus } // extern "C" #endif #endif