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.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/camlibs/mustek/image.h b/camlibs/mustek/image.h
index 265ad76e5..41beedf52 100644
--- a/camlibs/mustek/image.h
+++ b/camlibs/mustek/image.h
@@ -19,10 +19,11 @@
/*
* JPeg corrections table
*/
-#ifndef DEFINE_IMAGE_H
-#define DEFINE_IMAGE_H
+
+#ifndef CAMLIBS_MUSTEK_IMAGE_H
+#define CAMLIBS_MUSTEK_IMAGE_H
int mdc800_correctImageData (unsigned char*, int,int,int );
-#endif
+#endif /* !defined(CAMLIBS_MUSTEK_IMAGE_H) */