summaryrefslogtreecommitdiff
path: root/main/safe_mode.h
blob: 3ae320b46d1843cc21d23087f9d5a63f644278ca (plain)
1
2
3
4
5
6
7
#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