From: foobar Date: Wed, 4 Apr 2001 17:13:40 +0000 (+0000) Subject: Killed 2 compile warnings. X-Git-Tag: php-4.0.6RC1~492 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=66553616ecb4c959ecb0a433e993e633ffb87930;p=php Killed 2 compile warnings. --- diff --git a/ext/crack/crack.c b/ext/crack/crack.c index 7bbd3bf3ca..f2af001e65 100644 --- a/ext/crack/crack.c +++ b/ext/crack/crack.c @@ -1,5 +1,6 @@ #include "php.h" #include "php_ini.h" +#include "ext/standard/info.h" #include "php_crack.h" #if HAVE_CRACK @@ -103,6 +104,8 @@ ZEND_RSHUTDOWN_FUNCTION(crack) if (NULL != CRACKG(last_message)) { efree(CRACKG(last_message)); } + + return SUCCESS; } PHP_MINFO_FUNCTION(crack)