Updated prototypes with no arguments with a void argument as suggested
by compilation warnings
This commit is contained in:
@ -204,7 +204,7 @@ void bloom_free(struct bloom * bloom);
|
||||
* Return: version string
|
||||
*
|
||||
*/
|
||||
const char * bloom_version();
|
||||
const char * bloom_version(void);
|
||||
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user