summaryrefslogtreecommitdiff
path: root/camlibs/mustek/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'camlibs/mustek/core.h')
-rw-r--r--camlibs/mustek/core.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/camlibs/mustek/core.h b/camlibs/mustek/core.h
index 780f95f28..3534808ec 100644
--- a/camlibs/mustek/core.h
+++ b/camlibs/mustek/core.h
@@ -16,8 +16,8 @@
* Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
-#ifndef _MUSTEK_CORE_H
-#define _MUSTEK_CORE_H
+#ifndef CAMLIBS_MUSTEK_CORE_H
+#define CAMLIBS_MUSTEK_CORE_H
#include "io.h"
#include "mdc800_spec.h"
@@ -91,4 +91,5 @@ int mdc800_getExposureMode (Camera*,int *);
int mdc800_enableMenu (Camera *,int);
int mdc800_number_of_pictures (Camera *camera, int *nrofpics);
-#endif
+
+#endif /* !defined(CAMLIBS_MUSTEK_CORE_H) */