1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 10:43:30 +02:00

export php_dl to fix windows cli build

This commit is contained in:
Rob Richards
2005-03-17 12:37:18 +00:00
parent e8895d86b3
commit 04d44c8a5c
+1 -1
View File
@@ -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 */