From: Hartmut Holzgraefe Date: Fri, 7 Dec 2001 10:10:47 +0000 (+0000) Subject: proto fix X-Git-Tag: ChangeLog~91 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7c8dc40fe3e4bb26e6449f428609801cd8a75f9e;p=php proto fix --- diff --git a/ext/cybercash/cybercash.c b/ext/cybercash/cybercash.c index d7bd433c6f..8c9537c9df 100644 --- a/ext/cybercash/cybercash.c +++ b/ext/cybercash/cybercash.c @@ -72,7 +72,7 @@ PHP_MINFO_FUNCTION(cybercash) } /* }}} */ -/* {{{ proto cybercash_encr(string wmk, string sk, string data) +/* {{{ proto array cybercash_encr(string wmk, string sk, string data) Cybercash encrypt */ PHP_FUNCTION(cybercash_encr) {