Skip to content

Commit

Permalink
refactor: clear compiler errors
Browse files Browse the repository at this point in the history
  • Loading branch information
lc-soft committed Dec 14, 2023
1 parent c528273 commit d40c1dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/i18n/src/i18n-private.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,5 @@ struct dict_value_t {
dict_t *i18n_dict_create(void);

bool i18n_dict_add_dict(dict_t *dict, const wchar_t *key, dict_t *child_dict);

dict_t *i18n_load_yaml_file(const char *path);

0 comments on commit d40c1dc

Please sign in to comment.