X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=include%2Fgom.h;fp=include%2Fgom.h;h=f0952e9e9c8581c4c616d762f066686831615965;hb=38a93aa4ec4d643e63d797e1bdbf639b1082a4cd;hp=0af1ee5753be930c359dcb5177891b87d781ae18;hpb=6336a31c95e662cf8664acf8eb1ebeb1e03799a4;p=gedcom-parse.git diff --git a/include/gom.h b/include/gom.h index 0af1ee5..f0952e9 100644 --- a/include/gom.h +++ b/include/gom.h @@ -442,6 +442,13 @@ struct submitter* gom_get_submitter_by_xref(const char *xref); struct user_rec* gom_get_first_user_rec(); struct user_rec* gom_get_user_rec_by_xref(const char *xref); +char* gom_get_string(char* data); +char* gom_set_string(char** data, const char* utf8_value); + +char* gom_get_string_locale(char* data, int* conversion_failures); +char* gom_set_string_locale(char** data, const char* locale_value); +void gom_set_unknown(const char* unknown); + __END_DECLS #endif /* __GEDCOM_GOM_H */