summaryrefslogtreecommitdiff
path: root/convert.h
diff options
context:
space:
mode:
Diffstat (limited to 'convert.h')
-rw-r--r--convert.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/convert.h b/convert.h
new file mode 100644
index 0000000..f7811ae
--- /dev/null
+++ b/convert.h
@@ -0,0 +1,6 @@
+#ifndef CONVERT_H
+#define CONVERT_H
+
+int convert(const char *in, const char *out, int width, int height);
+
+#endif