#ifndef SFRT_UTIL_H #define SFRT_UTIL_H #include #include /* perhaps move it to module.h or sandbox.h? */ struct sandbox *util_parse_sandbox_string_custom(struct module *m, char *str, const struct sockaddr *addr); struct sandbox *util_parse_sandbox_string_json(struct module *m, char *str, const struct sockaddr *addr); int util_parse_modules_file_json(char *filename); int util_parse_modules_file_custom(char *filename); #endif /* SFRT_UTIL_H */