summaryrefslogtreecommitdiff
path: root/camlibs/mustek/image.h
diff options
context:
space:
mode:
Diffstat (limited to 'camlibs/mustek/image.h')
-rw-r--r--camlibs/mustek/image.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/camlibs/mustek/image.h b/camlibs/mustek/image.h
new file mode 100644
index 000000000..42fd03c1a
--- /dev/null
+++ b/camlibs/mustek/image.h
@@ -0,0 +1,10 @@
+/*
+ * JPeg corrections table
+ */
+#ifndef DEFINE_IMAGE_H
+#define DEFINE_IMAGE_H
+
+int mdc800_correctImageData (unsigned char*, int,int,int );
+
+
+#endif