aboutsummaryrefslogtreecommitdiff
path: root/xtract/xtract_types.h
diff options
context:
space:
mode:
authorJamie Bullock <jamie@postlude.co.uk>2007-01-29 11:30:11 +0000
committerJamie Bullock <jamie@postlude.co.uk>2007-01-29 11:30:11 +0000
commit592c723d7fe2dc8794182d6270a127e63f6e2973 (patch)
tree9359c33fef1c62ab5122df9281baeafa04f4353a /xtract/xtract_types.h
parent64d6de56068584a090e555abf49a16d6bdf97696 (diff)
downloadLibXtract-592c723d7fe2dc8794182d6270a127e63f6e2973.tar.gz
LibXtract-592c723d7fe2dc8794182d6270a127e63f6e2973.tar.bz2
LibXtract-592c723d7fe2dc8794182d6270a127e63f6e2973.zip
Added namespacing to enumerations and defines. Made most macros private.
Diffstat (limited to 'xtract/xtract_types.h')
-rw-r--r--xtract/xtract_types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/xtract/xtract_types.h b/xtract/xtract_types.h
index f679a27..d305f54 100644
--- a/xtract/xtract_types.h
+++ b/xtract/xtract_types.h
@@ -20,8 +20,8 @@
/* \file xtract_types.h: declares specialised variable types used by libxtract */
-#ifndef XTRACT_TYPES
-#define XTRACT_TYPES
+#ifndef XTRACT_TYPES_H
+#define XTRACT_TYPES_H
#ifdef __cplusplus
extern "C" {