1
0
mirror of https://github.com/php/php-src.git synced 2026-04-08 16:43:44 +02:00
Files
archived-php-src/main/safe_mode.h
Zeev Suraski aceaabceff PHP 4.0
1999-04-07 21:05:13 +00:00

8 lines
169 B
C

#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