
| Current Path : /proc/thread-self/root/usr/include/libexttextcat/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : //proc/thread-self/root/usr/include/libexttextcat/textcat_properties.h |
#ifndef _TEXTCAT_PROPERTIES_H_
#define _TEXTCAT_PROPERTIES_H_
enum textcat_Property_s
{
TCPROP_UTF8AWARE = 0,
TCPROP_MINIMUM_DOCUMENT_SIZE = 1,
TCPROP_LAST
};
enum textcat_Bool_s
{
TC_FALSE = 0,
TC_TRUE = 1
};
typedef enum textcat_Property_s textcat_Property;
#endif