summaryrefslogtreecommitdiff
path: root/ext/standard/pageinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/pageinfo.h')
-rw-r--r--ext/standard/pageinfo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/standard/pageinfo.h b/ext/standard/pageinfo.h
index 89d3e08051..f15be8b12f 100644
--- a/ext/standard/pageinfo.h
+++ b/ext/standard/pageinfo.h
@@ -27,6 +27,8 @@ PHP_FUNCTION(getmypid);
PHP_FUNCTION(getmyinode);
PHP_FUNCTION(getlastmod);
+PHPAPI void php_statpage(TSRMLS_D);
+PHPAPI long php_getlastmod(TSRMLS_D);
extern long php_getuid(void);
extern long php_getgid(void);