/* * $Id: tmvttopic.h,v 1.1.1.1 2004/08/25 19:21:21 jan Exp $ * * Copyright (c) 2002 Jan Algermissen * See the file "COPYING" for copying permission. * */ #ifndef TM_VTTOPIC_H #define TM_VTTOPIC_H #include #ifdef __cplusplus extern "C" { #endif extern struct TMValueType Topic; /* enum { TM_OP_TOPICSET_VALUE_INCLUDES_TOPICS = 1 }; */ #ifdef __cplusplus } // extern C #endif #endif