Files
archived-frankenphp/frankenphp.h
Kévin Dunglas a2607e6be7 initial commit
2021-09-24 18:52:20 +02:00

14 lines
266 B
C

#ifndef _FRANKENPPHP_H
#define _FRANKENPPHP_H
int frankenphp_init();
void frankenphp_shutdown();
int frankenphp_request_startup();
int frankenphp_request_shutdown();
int frankenphp_execute_script(const char* file_name);
int frankenphp_request_shutdown();
#endif