summaryrefslogtreecommitdiff
path: root/libs/json.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/json.h')
-rw-r--r--libs/json.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/json.h b/libs/json.h
index f769d9c..149176d 100644
--- a/libs/json.h
+++ b/libs/json.h
@@ -1,5 +1,8 @@
#pragma once
#include <json-c/json.h>
+#include "../include/video.h"
json_object* jsonParseString(char* stringedJSON);
json_object* navigateToVideos(json_object* jsonRoot);
+int videoCounter(json_object* contents);
+Video* generateVideos(json_object* contents);