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

index 12c326172e727a06029efe4d3d7c56fb97b58f22..a674831e4efbebd1c0a4c1bd0408628360a7a824 100644 (file)
@@ -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;