1
0
mirror of https://github.com/php/php-src.git synced 2026-04-19 05:51:02 +02:00
Files
archived-php-src/main/safe_mode.h
1999-12-17 19:16:50 +00:00

8 lines
165 B
C

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