home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 15 / AACD15.ISO / AACD / Magazine / HomeAutomation / Apache / include / php / ext / standard / pageinfo.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-12-17  |  178 b   |  12 lines

  1. #ifndef _PROCESS_H
  2. #define _PROCESS_H
  3.  
  4. PHP_FUNCTION(getmyuid);
  5. PHP_FUNCTION(getmypid);
  6. PHP_FUNCTION(getmyinode);
  7. PHP_FUNCTION(getlastmod);
  8.  
  9. extern long php_getuid(void);
  10.  
  11. #endif
  12.