From c09237ffce622f2549894d9e0aac712daf45534d Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Thu, 9 Feb 2006 15:48:46 +0000 Subject: [PATCH] - protos --- ext/standard/crc32.c | 3 +++ 1 file changed, 3 insertions(+) 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: -- 2.50.1