#ifndef _PROCESS_H_
#define _PROCESS_H_
void init_server(char *init_script, char *custom_script);
#endif