X-Git-Url: http://git.datanom.net/vcard-parser.git/blobdiff_plain/766f8acf743a7e678ad02a8e5d084309c36702e2..ecca39963661489bc5a13b46bf8e181e20534d8d:/src/vcard-parser.h diff --git a/src/vcard-parser.h b/src/vcard-parser.h index 0eb4670..d812ab8 100644 --- a/src/vcard-parser.h +++ b/src/vcard-parser.h @@ -111,6 +111,7 @@ VCardVersion str_2_vcard_version(const gchar* version); gchar* vcard_version_2_str(VCardVersion version); Property vcard_max_property(VCardVersion version); VCardParserResponse vcard_parse_text(const gchar* text, VCardVersion* version, GHashTable** vcard); +void init_g_hash_table(GHashTable** ht, VCardVersion version); void destroy_hash_table(GHashTable* ht); G_END_DECLS