Make whiny compilers stop complaining about missing prototype.

This commit is contained in:
Andy Polyakov 2004-12-30 23:40:31 +00:00
parent 09ef94d2c9
commit bdbc9b4d1a

View File

@ -3,6 +3,7 @@
#include <string.h>
#include <openssl/objects.h>
#include <openssl/comp.h>
#include <openssl/err.h>
COMP_METHOD *COMP_zlib(void );