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.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/ext/standard/pageinfo.h b/ext/standard/pageinfo.h
new file mode 100644
index 0000000000..963fe1c1c7
--- /dev/null
+++ b/ext/standard/pageinfo.h
@@ -0,0 +1,11 @@
+#ifndef _PROCESS_H
+#define _PROCESS_H
+
+extern void php3_getmyuid(INTERNAL_FUNCTION_PARAMETERS);
+extern void php3_getmypid(INTERNAL_FUNCTION_PARAMETERS);
+extern void php3_getmyinode(INTERNAL_FUNCTION_PARAMETERS);
+extern void php3_getlastmod(INTERNAL_FUNCTION_PARAMETERS);
+
+extern long _php3_getuid(void);
+
+#endif