aboutsummaryrefslogtreecommitdiff
path: root/util/cbfstool/lzma/C/LzFind.h
diff options
context:
space:
mode:
Diffstat (limited to 'util/cbfstool/lzma/C/LzFind.h')
-rw-r--r--util/cbfstool/lzma/C/LzFind.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/util/cbfstool/lzma/C/LzFind.h b/util/cbfstool/lzma/C/LzFind.h
index 1e5b49189c..696203291c 100644
--- a/util/cbfstool/lzma/C/LzFind.h
+++ b/util/cbfstool/lzma/C/LzFind.h
@@ -6,10 +6,6 @@
#include "Types.h"
-#ifdef __cplusplus
-extern "C" {
-#endif
-
typedef uint32_t CLzRef;
typedef struct _CMatchFinder
@@ -108,8 +104,4 @@ uint32_t Hc3Zip_MatchFinder_GetMatches(CMatchFinder *p, uint32_t *distances);
void Bt3Zip_MatchFinder_Skip(CMatchFinder *p, uint32_t num);
void Hc3Zip_MatchFinder_Skip(CMatchFinder *p, uint32_t num);
-#ifdef __cplusplus
-}
-#endif
-
#endif