shithub: lwext4

Download patch

ref: 7f35ecb424c1990684c2d1a922467f1dde69c952
parent: 253f1096402014f3ec8bbc721eac2d9a9bf2677a
parent: d7699491b09308bf6d1d6005dc020d096de0e0e2
author: Grzegorz Kostka <kostka.grzegorz@gmail.com>
date: Fri Aug 19 07:21:11 EDT 2016

Merge pull request #12 from mmajewicz/extern_C_fix

ext4_block_group.h: fix lack of extern "C" closing brace

--- a/include/ext4_block_group.h
+++ b/include/ext4_block_group.h
@@ -319,6 +319,10 @@
  * @return Computed CRC16*/
 uint16_t ext4_bg_crc16(uint16_t crc, const uint8_t *buffer, size_t len);
 
+#ifdef __cplusplus
+}
+#endif
+
 #endif /* EXT4_BLOCK_GROUP_H_ */
 
 /**