mirror of
https://github.com/facebook/zstd.git
synced 2025-07-29 11:21:22 +03:00
Removing static and making extern
This commit is contained in:
@ -317,6 +317,11 @@ UTIL_createFileList(const char **inputNames, unsigned inputNamesNb,
|
||||
return fileTable;
|
||||
}
|
||||
|
||||
/*-****************************************
|
||||
* Console log
|
||||
******************************************/
|
||||
int g_utilDisplayLevel;
|
||||
|
||||
/*-****************************************
|
||||
* Time functions
|
||||
******************************************/
|
||||
|
Reference in New Issue
Block a user