Compute SHA-1 checksums of regular files to be stored with index data.
[cumulus.git] / store.h
diff --git a/store.h b/store.h
index d484780..7950297 100644 (file)
--- a/store.h
+++ b/store.h
@@ -5,6 +5,9 @@
  * into segments for storage purposes.  This file provides interfaces for
  * reading and writing objects and segments. */
 
+#ifndef _LBS_STORE_H
+#define _LBS_STORE_H
+
 #include <stdint.h>
 
 #include <exception>
@@ -67,3 +70,5 @@ public:
 std::string encode_u16(uint16_t val);
 std::string encode_u32(uint32_t val);
 std::string encode_u64(uint64_t val);
+
+#endif // _LBS_STORE_H