27 #include <tqcstring.h>
29 #include <tdelibs_export.h>
34 extern const TQCString paramNames [];
110 extern const ParamType paramTypesTable[];
112 KVCARD_EXPORT ParamType EntityTypeToParamType(EntityType);
113 KVCARD_EXPORT ValueType EntityTypeToValueType(EntityType);
114 KVCARD_EXPORT TQCString EntityTypeToParamName(EntityType);
115 KVCARD_EXPORT EntityType EntityNameToEntityType(
const TQCString &);
117 KVCARD_EXPORT
char * encodeBase64(
const char *,
unsigned long,
unsigned long &);
118 KVCARD_EXPORT
char * decodeBase64(
const char *,
unsigned long,
unsigned long &);