#ifndef _PROCESS_H #define _PROCESS_H PHP_FUNCTION(getmyuid); PHP_FUNCTION(getmypid); PHP_FUNCTION(getmyinode); PHP_FUNCTION(getlastmod); extern long _php3_getuid(void); #endif