summaryrefslogtreecommitdiff
path: root/snappy-c.h
diff options
context:
space:
mode:
authorSteinar H. Gunderson <sesse@google.com>2015-06-22 15:39:08 +0200
committerSteinar H. Gunderson <sesse@google.com>2015-06-22 15:39:08 +0200
commit22acaf438ed93ab21a2ff1919d173206798b996e (patch)
tree517a4585420fa1599ef25540333c016f0b6c640f /snappy-c.h
parent1ff9be9b8fafc8528ca9e055646f5932aa5db9c4 (diff)
downloadsnappy-git-22acaf438ed93ab21a2ff1919d173206798b996e.tar.gz
Change some internal path names.
This is mostly to sync up with some changes from Google's internal repositories; it does not affect the open-source distribution in itself.
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_ */