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