sniper          Wed Apr  4 10:13:41 2001 EDT

  Modified files:              
    /php4/ext/crack     crack.c 
  Log:
  Killed 2 compile warnings.
  
Index: php4/ext/crack/crack.c
diff -u php4/ext/crack/crack.c:1.1 php4/ext/crack/crack.c:1.2
--- php4/ext/crack/crack.c:1.1  Sat Dec  2 03:59:20 2000
+++ php4/ext/crack/crack.c      Wed Apr  4 10:13:40 2001
@@ -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 @@
        if (NULL != CRACKG(last_message)) {
                efree(CRACKG(last_message));
        }
+
+       return SUCCESS;
 }
 
 PHP_MINFO_FUNCTION(crack)



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to