[numex] using module init method for building, otherwise passing NULL path uses the default path

This commit is contained in:
Al
2015-09-16 21:13:05 -04:00
parent 3cba2e8df3
commit b11362ab98
3 changed files with 9 additions and 5 deletions

View File

@@ -146,6 +146,7 @@ char *get_ordinal_suffix(char *numeric_string, char *lang, numex_result_t result
bool numex_table_write(FILE *file);
bool numex_table_save(char *filename);
bool numex_module_init(void);
bool numex_module_setup(char *filename);
void numex_module_teardown(void);