You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

7 lines
169 B

#ifndef _SAFE_MODE_H_
#define _SAFE_MODE_H_
extern PHPAPI int _php3_checkuid(const char *filename, int mode);
extern PHPAPI char *_php3_get_current_user(void);
#endif