/* * $Id: tmvttextset.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_VTTEXTSET_H #define TM_VTTEXTSET_H #include #ifdef __cplusplus extern "C" { #endif extern struct TMValueType TextSet; /* internal representation is TMList of char* */ enum { TM_OP_TextSet_NOT_DISJOINT = 1, TM_OP_TextSet_INCLUDES, TM_OP_TextSet_LIKE }; #ifdef __cplusplus } // extern C #endif #endif