summaryrefslogtreecommitdiff
path: root/snappy-c.h
diff options
context:
space:
mode:
Diffstat (limited to 'snappy-c.h')
-rw-r--r--snappy-c.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/snappy-c.h b/snappy-c.h
index c6c2a86..32aa0c6 100644
--- a/snappy-c.h
+++ b/snappy-c.h
@@ -30,8 +30,8 @@
* Plain C interface (a wrapper around the C++ implementation).
*/
-#ifndef UTIL_SNAPPY_OPENSOURCE_SNAPPY_C_H_
-#define UTIL_SNAPPY_OPENSOURCE_SNAPPY_C_H_
+#ifndef THIRD_PARTY_SNAPPY_OPENSOURCE_SNAPPY_C_H_
+#define THIRD_PARTY_SNAPPY_OPENSOURCE_SNAPPY_C_H_
#ifdef __cplusplus
extern "C" {
@@ -135,4 +135,4 @@ snappy_status snappy_validate_compressed_buffer(const char* compressed,
} // extern "C"
#endif
-#endif /* UTIL_SNAPPY_OPENSOURCE_SNAPPY_C_H_ */
+#endif /* THIRD_PARTY_SNAPPY_OPENSOURCE_SNAPPY_C_H_ */