From 62a9f2137ccefb16e1ec56287a7baea481bfd78b Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Fri, 28 May 1999 18:51:51 +0000 Subject: [PATCH] I think that is the preferred way as of now --- apidoc.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apidoc.txt b/apidoc.txt index 2b7fecde04..34eac2896c 100644 --- a/apidoc.txt +++ b/apidoc.txt @@ -19,7 +19,7 @@ Table of Contents All functions look like this: - void php3_foo(INTERNAL_FUNCTION_PARAMETERS) { + PHP_FUNCTION(foo) { } -- 2.40.0