From: Pierre Joye Date: Thu, 9 Feb 2006 15:48:46 +0000 (+0000) Subject: - protos X-Git-Tag: php-5.1.3RC1~122 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c09237ffce622f2549894d9e0aac712daf45534d;p=php - protos --- diff --git a/ext/standard/crc32.c b/ext/standard/crc32.c index 774564a715..484a2786c6 100644 --- a/ext/standard/crc32.c +++ b/ext/standard/crc32.c @@ -22,6 +22,8 @@ #include "basic_functions.h" #include "crc32.h" +/* {{{ proto string crc32(string str) + Calculate the crc32 polynomial of a string */ PHP_NAMED_FUNCTION(php_if_crc32) { char *p; @@ -39,6 +41,7 @@ PHP_NAMED_FUNCTION(php_if_crc32) } RETVAL_LONG(crc^0xFFFFFFFF); } +/* }}} */ /* * Local variables: