summaryrefslogtreecommitdiff
path: root/inftrees.h
diff options
context:
space:
mode:
authorHans Kristian Rosbach <hk-git@circlestorm.org>2015-05-25 23:00:54 +0200
committerHans Kristian Rosbach <hk-git@circlestorm.org>2015-05-25 23:00:54 +0200
commit2c22452ff2275217a6eff264a86e3fa9f355a8aa (patch)
tree4d36cc4d51b1588f8b3c84dacc30dd095a51c87e /inftrees.h
parentd1de3909245b9152993cf8dced0c4d69fe04efd4 (diff)
Style cleanup for inflate code
Diffstat (limited to 'inftrees.h')
-rw-r--r--inftrees.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/inftrees.h b/inftrees.h
index f266235..eaf3df1 100644
--- a/inftrees.h
+++ b/inftrees.h
@@ -1,3 +1,6 @@
+#ifndef INFTREES_H_
+#define INFTREES_H_
+
/* inftrees.h -- header to use inftrees.c
* Copyright (C) 1995-2005, 2010 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
@@ -59,3 +62,5 @@ typedef enum {
int ZLIB_INTERNAL inflate_table (codetype type, uint16_t *lens, unsigned codes,
code * *table, unsigned *bits, uint16_t *work);
+
+#endif /* INFTREES_H_ */