summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/utils.h1
-rw-r--r--include/video.h1
2 files changed, 1 insertions, 1 deletions
diff --git a/include/utils.h b/include/utils.h
index 89326d9..48ada10 100644
--- a/include/utils.h
+++ b/include/utils.h
@@ -7,4 +7,3 @@ void freeTokens (char **tokens, int size);
char *queryNormalizer (char *query);
char *extractQueryJSON (char *youtubeurl);
int checkNumber (char *num);
-void printVideoInfo (char *format, Video *videos, int numberOfVideos);
diff --git a/include/video.h b/include/video.h
index 5156600..71cf047 100644
--- a/include/video.h
+++ b/include/video.h
@@ -6,4 +6,5 @@ typedef struct video
} Video;
Video createVideo (char *title, char *author, char *id, char *duration);
+void printVideo (char *format, Video *videos, int numberOfVideos);
void freeVideo (Video *v);