14#ifndef FC__SCRIPT_SERVER_H
15#define FC__SCRIPT_SERVER_H
39 const char *filename);
bool script_server_unsafe_do_string(struct connection *caller, const char *str)
void script_server_signal_emit(const char *signal_name,...)
bool script_server_do_string(struct connection *caller, const char *str)
bool script_server_init(void)
bool script_server_call(const char *func_name,...)
void script_server_state_save(struct section_file *file)
void script_server_state_load(struct section_file *file)
void script_server_remove_exported_object(void *object)
bool script_server_unsafe_do_file(struct connection *caller, const char *filename)
bool script_server_load_file(const char *filename, char **buf)
void script_server_free(void)
bool script_server_do_file(struct connection *caller, const char *filename)