mirror of
https://github.com/php/php-src.git
synced 2025-08-20 01:14:28 +02:00
7 lines
169 B
C
7 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
|