Little updates.
[gedcom-parse.git] / include / gom.h
index a27bab4c1e0e538f9048ec9702394d51869e8553..46ce4a6d1ee65723c1840806f61465897fd8fd04 100644 (file)
@@ -446,10 +446,10 @@ 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_set_string(char** data, const char* utf8_str);
 
-char* gom_get_string_locale(char* data, int* conversion_failures);
-char* gom_set_string_locale(char** data, const char* locale_value);
+char* gom_get_string_for_locale(char* data, int* conversion_failures);
+char* gom_set_string_for_locale(char** data, const char* locale_str);
 void  gom_set_unknown(const char* unknown);
 
 #ifdef __cplusplus