1
0
mirror of https://github.com/facebook/zstd.git synced 2025-07-29 11:21:22 +03:00

Move ABRThandler func out of internal lib

This commit is contained in:
Casey McGinty
2018-09-11 11:39:49 -07:00
parent 2a3967b7c4
commit d4337b6f1d
6 changed files with 71 additions and 71 deletions

View File

@ -39,7 +39,6 @@
#endif
#define ZSTD_STATIC_LINKING_ONLY /* ZSTD_maxCLevel */
#include "zstd.h" /* ZSTD_VERSION_STRING */
#include "zstd_internal.h" /* ZSTD_addAbortHandler */
/*-************************************