parse configuration file

This commit is contained in:
loki
2019-12-03 23:19:00 +01:00
parent ae29230f59
commit 6493b0cca1
4 changed files with 113 additions and 1 deletions
+2
View File
@@ -29,6 +29,8 @@ struct nvhttp_t {
extern video_t video;
extern stream_t stream;
extern nvhttp_t nvhttp;
void parse_file(const char *file);
}
#endif