aboutsummaryrefslogtreecommitdiff
path: root/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'main.h')
-rw-r--r--main.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.h b/main.h
index 4d162f5..6b91431 100644
--- a/main.h
+++ b/main.h
@@ -16,3 +16,5 @@ void list_append(list *list_first, char title[], char id[]);
void list_print_item(list *x, int i);
list *list_get_node(list *x, int index);
list *parse_stream(FILE *file);
+int get_user_video(list *videos);
+void draw_options(list *videos, int video_index, int length);
Feel free to download, copy and edit any repo