summaryrefslogtreecommitdiff
path: root/ext/standard/dl.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/dl.h')
-rw-r--r--ext/standard/dl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/dl.h b/ext/standard/dl.h
index 3203ea9a51..10c44f5664 100644
--- a/ext/standard/dl.h
+++ b/ext/standard/dl.h
@@ -23,6 +23,7 @@
#ifndef DL_H
#define DL_H
+PHPAPI int php_load_extension(char *filename, int type, int start_now TSRMLS_DC);
PHPAPI void php_dl(zval *file,int type, zval *return_value, int start_now TSRMLS_DC);
/* dynamic loading functions */