/* * $Id: tmvttext.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_VTTEXT_H #define TM_VTTEXT_H #include #ifdef __cplusplus extern "C" { #endif extern struct TMValueType Text; /* internal representation is char* */ enum { TM_OP_Text_EQUAL = 1, TM_OP_Text_LIKE }; #ifdef __cplusplus } // extern C #endif #endif