read schema files for website
Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
@@ -6,6 +6,8 @@ extern "C"
|
||||
#endif
|
||||
void initialize_storage();
|
||||
void load_file(const char *filename);
|
||||
char **read_lines_filtered(const char *filename, int *out_count);
|
||||
void free_lines(char **lines, int count);
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user