summaryrefslogtreecommitdiff
path: root/include/video.h
diff options
context:
space:
mode:
authorrafa_99 <raroma09@gmail.com>2021-09-16 23:39:39 +0100
committerrafa_99 <raroma09@gmail.com>2021-09-16 23:39:39 +0100
commit2fd3a9d009d19e48eefda098cbedcf1aa02b660d (patch)
tree345617c4d7e0ca854f6807fdd4770678eb77b799 /include/video.h
parent390763b0adcf3c435405251fc2983df8e73df7b2 (diff)
Updated Code Path
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);