/* * $Id: tmvttopicset.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_VTTOPICSET_H #define TM_VTTOPICSET_H #include #ifdef __cplusplus extern "C" { #endif extern struct TMValueType TopicSet; enum { TM_OP_TOPICSET_VALUE_INCLUDES_TOPICS = 1 }; #ifdef __cplusplus } // extern C #endif #endif