diff options
Diffstat (limited to 'pom.h')
-rw-r--r-- | pom.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -105,7 +105,8 @@ typedef struct pom_item { /// Currently supported languages: /// /// - `en-US` -void pom_set_error_language(const char *lang); +void +pom_set_error_language(const char *lang); /// Load a configuration using a `read`-like function. /// |