summaryrefslogtreecommitdiff
path: root/ext/standard/dl.h
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2001-08-07 20:13:54 +0000
committerfoobar <sniper@php.net>2001-08-07 20:13:54 +0000
commit001df0d028c61bf939bc18eb8047e46f9fbe7a75 (patch)
tree00a69e8d1096f17c47b220e25c14f668d65f4816 /ext/standard/dl.h
parent4c5a6cbb82e37dada3c35b1402e25af4cba8f99c (diff)
downloadphp-git-001df0d028c61bf939bc18eb8047e46f9fbe7a75.tar.gz
Yet another TSRM fix.
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 0e881eaee2..d80d82e0ea 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);
+void php_dl(pval *file,int type,pval *return_value TSRMLS_DC);
/* dynamic loading functions */