summaryrefslogtreecommitdiff
path: root/include/video.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/video.h')
-rw-r--r--include/video.h1
1 files changed, 1 insertions, 0 deletions
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);