From: Yann Collet Date: Wed, 30 Oct 2019 19:18:58 +0000 (-0700) Subject: Merge pull request #1850 from bimbashrestha/named_pipes X-Git-Tag: v1.4.4~1^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47034cd6c31125fdba3155abe9a618f580b4f3eb;p=thirdparty%2Fzstd.git Merge pull request #1850 from bimbashrestha/named_pipes Gating named pipe support on windows --- 47034cd6c31125fdba3155abe9a618f580b4f3eb diff --cc programs/util.h index 0d0642cb5,063a8816e..1f524f293 --- a/programs/util.h +++ b/programs/util.h @@@ -134,10 -135,10 +134,12 @@@ U32 UTIL_isDirectory(const char* infile int UTIL_getFileStat(const char* infilename, stat_t* statbuf); int UTIL_isSameFile(const char* file1, const char* file2); int UTIL_compareStr(const void *p1, const void *p2); +int UTIL_isCompressedFile(const char* infilename, const char *extensionList[]); +const char* UTIL_getFileExtension(const char* infilename); + #ifndef _MSC_VER U32 UTIL_isFIFO(const char* infilename); + #endif U32 UTIL_isLink(const char* infilename); #define UTIL_FILESIZE_UNKNOWN ((U64)(-1)) U64 UTIL_getFileSize(const char* infilename);