clear clang errors

This commit is contained in:
Kasper Sauramo
2025-03-27 12:15:26 +02:00
parent a3d4d46226
commit c3f240624c
12 changed files with 34 additions and 50 deletions

View File

@@ -24,12 +24,12 @@ int hi_init(unsigned n, const char **enabled_modules);
/**
* Frees memory and cleans up
*/
void hi_deinit();
void hi_deinit(void);
/**
* Print a random assortment of information from current state
*/
void hi_print_module_infos();
void hi_print_module_infos(void);
/**
* Reload shared library if it has changed since last reload or init was called