13#include "libical_vcard_export.h"
14#include "vcardcomponent.h"
15#include "vcardderivedvalue.h"
17LIBICAL_VCARD_EXPORT vcardcomponent *vcardparser_parse_string(
const char *str);
18LIBICAL_VCARD_EXPORT
const char *vcardparser_errstr(
int err);
34typedef vcardvalue_kind (*vcard_xprop_value_kind_func)(
const char *name,
void *data);
56LIBICAL_VCARD_EXPORT
void vcardparser_set_xprop_value_kind(vcard_xprop_value_kind_func func,
void *data);