zlibWrapper: support for stricter gcc warnings

This commit is contained in:
inikep
2016-06-02 18:40:41 +02:00
parent 7cab86f647
commit 614fddee6a
4 changed files with 11 additions and 10 deletions
+2 -2
View File
@@ -49,8 +49,8 @@ extern "C" {
#endif
void useZSTD(int turn_on);
int isUsingZSTD();
const char * zstdVersion();
int isUsingZSTD(void);
const char * zstdVersion(void);
#if defined (__cplusplus)