VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common/Endian.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Common/Endian.h')
-rw-r--r--src/Common/Endian.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Common/Endian.h b/src/Common/Endian.h
index ef242baa..000395f4 100644
--- a/src/Common/Endian.h
+++ b/src/Common/Endian.h
@@ -139,8 +139,7 @@ unsigned __int16 MirrorBytes16 (unsigned __int16 x);
unsigned __int32 MirrorBytes32 (unsigned __int32 x);
#ifndef TC_NO_COMPILER_INT64
uint64 MirrorBytes64 (uint64 x);
-#endif
-void LongReverse ( unsigned __int32 *buffer , unsigned byteCount );
+#endif
#if defined(__cplusplus)
}