php-src/main/safe_mode.h

8 lines
165 B
C
Raw Normal View History

1999-04-07 21:05:13 +00:00
#ifndef _SAFE_MODE_H_
#define _SAFE_MODE_H_
1999-12-17 19:16:50 +00:00
extern PHPAPI int php_checkuid(const char *filename, int mode);
extern PHPAPI char *php_get_current_user(void);
1999-04-07 21:05:13 +00:00
#endif