mirror of
https://github.com/php/php-src.git
synced 2024-11-24 18:34:21 +08:00
8 lines
169 B
C
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
|