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

@ -204,7 +204,7 @@ void bloom_free(struct bloom * bloom);
* Return: version string
*
*/
const char * bloom_version();
const char * bloom_version(void);
#endif