You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#ifndef SFRT_UTIL_H
|
|
#define SFRT_UTIL_H
|
|
|
|
#include <sandbox.h>
|
|
#include <module.h>
|
|
|
|
/* perhaps move it to module.h or sandbox.h? */
|
|
int util_parse_modules_file_json(char *filename);
|
|
|
|
#endif /* SFRT_UTIL_H */
|