summaryrefslogtreecommitdiff
path: root/src/sp_execute.h
blob: ce7f572d2197bb67bbd9b249251637d5978f7aa9 (plain)
1
2
3
4
5
6
7
#ifndef SP_EXECUTE_H
#define SP_EXECUTE_H

int hook_execute(void);
zend_string *get_eval_filename(const char *const filename);

#endif /* SP_EXECUTE_H */