summaryrefslogtreecommitdiff
path: root/ext/standard/dl.h
diff options
context:
space:
mode:
authorRob Richards <rrichards@php.net>2005-03-17 12:37:18 +0000
committerRob Richards <rrichards@php.net>2005-03-17 12:37:18 +0000
commit04d44c8a5c2790f01069ee2807ec0def0afd0cf8 (patch)
treecd165c631983c8f33a66ee12d82d8eb30bc1dd00 /ext/standard/dl.h
parente8895d86b3ecca81500792cd7477fdb5a74a608f (diff)
downloadphp-git-04d44c8a5c2790f01069ee2807ec0def0afd0cf8.tar.gz
export php_dl to fix windows cli build
Diffstat (limited to 'ext/standard/dl.h')
-rw-r--r--ext/standard/dl.h2
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 */