diff options
Diffstat (limited to 'ext/standard/dl.h')
| -rw-r--r-- | ext/standard/dl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/dl.h b/ext/standard/dl.h index 7311da7874..1f5c9b5ecf 100644 --- a/ext/standard/dl.h +++ b/ext/standard/dl.h @@ -23,7 +23,7 @@ #ifndef DL_H #define DL_H -void php_dl(pval *file,int type,pval *return_value TSRMLS_DC); +PHPAPI void php_dl(pval *file,int type,pval *return_value TSRMLS_DC); /* dynamic loading functions */ |
