]> git.datanom.net - vcard-parser.git/blobdiff - src/vcard-parser.h
New function
[vcard-parser.git] / src / vcard-parser.h
index 0eb4670425d35fe8a951c002d6bbe97aab80a34d..d812ab8a01c70d4e6ba8fee91dd8a678ad2f9e74 100644 (file)
@@ -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
This page took 0.027586 seconds and 5 git commands to generate.