diff options
Diffstat (limited to 'metastore.h')
-rw-r--r-- | metastore.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/metastore.h b/metastore.h index 7bc7868..9da0f00 100644 --- a/metastore.h +++ b/metastore.h @@ -18,6 +18,9 @@ * */ +#ifndef METASTORE_H +#define METASTORE_H + /* Each file starts with SIGNATURE and VERSION */ #define SIGNATURE "MeTaSt00r3" #define SIGNATURELEN 10 @@ -32,3 +35,5 @@ #define ACTION_SAVE 0x02 #define ACTION_APPLY 0x04 #define ACTION_HELP 0x08 + +#endif /* METASTORE_H */ |