summaryrefslogtreecommitdiffstats
path: root/logotool/logotool.c
diff options
context:
space:
mode:
Diffstat (limited to 'logotool/logotool.c')
-rw-r--r--logotool/logotool.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/logotool/logotool.c b/logotool/logotool.c
index b81e407..72e33d8 100644
--- a/logotool/logotool.c
+++ b/logotool/logotool.c
@@ -32,6 +32,7 @@
int uncompress_image(char *srcf, char *dstf);
int compress_image(char *srcf, char *dstf, int w, int h);
+int rgb2yuv(char *from, char *to, int width, int height);
static int show_usage()
{