From 7dff2f855038620f5564961f7705bbc5d7b277d3 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Wed, 7 Jan 2009 13:02:43 +0000 Subject: [PATCH] - declaration and impl match --- ext/standard/dl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/standard/dl.c b/ext/standard/dl.c index 12c326172e..a674831e4e 100644 --- a/ext/standard/dl.c +++ b/ext/standard/dl.c @@ -51,7 +51,7 @@ /* {{{ proto int dl(string extension_filename) Load a PHP extension at runtime */ -PHP_FUNCTION(dl) +PHPAPI PHP_FUNCTION(dl) { char *filename; int filename_len; -- 2.40.0