1
0
mirror of https://github.com/php/php-src.git synced 2026-03-29 19:52:20 +02:00

- MFB: declaration and impl match

This commit is contained in:
Pierre Joye
2009-01-07 13:03:37 +00:00
parent 10367ae921
commit 697931b765

View 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;