summaryrefslogtreecommitdiff
path: root/ext/standard/pageinfo.h
blob: d593ade00426593b9f9c300b0539ec63ccad824a (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef _PROCESS_H
#define _PROCESS_H

PHP_FUNCTION(getmyuid);
PHP_FUNCTION(getmypid);
PHP_FUNCTION(getmyinode);
PHP_FUNCTION(getlastmod);

extern long _php3_getuid(void);

#endif