summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2009-01-07 13:03:37 +0000
committerPierre Joye <pajoye@php.net>2009-01-07 13:03:37 +0000
commit697931b765faa4eaa160dfb7d0094da8bd303f34 (patch)
tree6aa90a6c4252fa9be01fa832ef35bff7cc120d73
parent10367ae921542b53f4b97c36a05e2dfed719dfa0 (diff)
downloadphp-git-697931b765faa4eaa160dfb7d0094da8bd303f34.tar.gz
- MFB: declaration and impl match
-rw-r--r--ext/standard/dl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/dl.c b/ext/standard/dl.c
index 04e349577b..1de8867a6e 100644
--- a/ext/standard/dl.c
+++ b/ext/standard/dl.c
@@ -52,7 +52,7 @@
/* {{{ proto int dl(string extension_filename) U
Load a PHP extension at runtime */
-PHP_FUNCTION(dl)
+PHPAPI PHP_FUNCTION(dl)
{
char *filename;
int filename_len;