Updated prototypes with no arguments with a void argument as suggested
by compilation warnings
This commit is contained in:
@ -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_ */
|
||||
|
Reference in New Issue
Block a user