]> granicus.if.org Git - php/commitdiff
- MFB: declaration and impl match
authorPierre Joye <pajoye@php.net>
Wed, 7 Jan 2009 13:03:37 +0000 (13:03 +0000)
committerPierre Joye <pajoye@php.net>
Wed, 7 Jan 2009 13:03:37 +0000 (13:03 +0000)
ext/standard/dl.c

index 04e349577b0a0bd33fa825d89fa4d00f709b194d..1de8867a6e250284bde0422bcbf58d3ebbb5890a 100644 (file)
@@ -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;