From: Yann Collet Date: Thu, 24 Oct 2019 17:53:12 +0000 (-0700) Subject: Merge pull request #1839 from bimbashrestha/named_pipes X-Git-Tag: v1.4.4~1^2~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37f90930da5be57b9b05e5e4665efa682786f228;p=thirdparty%2Fzstd.git Merge pull request #1839 from bimbashrestha/named_pipes Allowing named pipes to go through in zstdcli --- 37f90930da5be57b9b05e5e4665efa682786f228 diff --cc programs/util.h index c73f7e9b0,3b15d9471..71ba0d4fc --- a/programs/util.h +++ b/programs/util.h @@@ -134,8 -134,8 +134,9 @@@ int UTIL_setFileStat(const char* filena U32 UTIL_isDirectory(const char* infilename); 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); + U32 UTIL_isFIFO(const char* infilename); U32 UTIL_isLink(const char* infilename); #define UTIL_FILESIZE_UNKNOWN ((U64)(-1)) U64 UTIL_getFileSize(const char* infilename);