mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
Remove unnecessary extern C declarations from programs/ and contrib/
This commit is contained in:
parent
d0d5ce4c00
commit
c727d5cd67
9 changed files with 8 additions and 58 deletions
|
|
@ -17,11 +17,6 @@
|
|||
#define ZSTD_STATIC_LINKING_ONLY /* ZSTD_compressionParameters */
|
||||
#include "../lib/zstd.h" /* ZSTD_* */
|
||||
|
||||
#if defined (__cplusplus)
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
|
||||
/* *************************************
|
||||
* Special i/o constants
|
||||
**************************************/
|
||||
|
|
@ -173,9 +168,4 @@ char const* FIO_zlibVersion(void);
|
|||
char const* FIO_lz4Version(void);
|
||||
char const* FIO_lzmaVersion(void);
|
||||
|
||||
|
||||
#if defined (__cplusplus)
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* FILEIO_H_23981798732 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue