Updated prototypes with no arguments with a void argument as suggested

by compilation warnings
This commit is contained in:
Celine Mercier
2018-10-17 12:00:40 +02:00
parent df70086384
commit 8ce6dd6d1a
8 changed files with 13 additions and 13 deletions

View File

@ -477,7 +477,7 @@ int obi_import_view(const char* dms_path_1, const char* dms_path_2, const char*
* @since October 2017
* @author Celine Mercier (celine.mercier@metabarcoding.org)
*/
void obi_close_atexit();
void obi_close_atexit(void);
#endif /* OBIDMS_H_ */