mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
Adjust comments and struct to better reflect FIO_ctx_t
This commit is contained in:
parent
7842f43197
commit
a480b02044
2 changed files with 5 additions and 3 deletions
|
|
@ -59,7 +59,7 @@ typedef struct FIO_prefs_s FIO_prefs_t;
|
|||
FIO_prefs_t* FIO_createPreferences(void);
|
||||
void FIO_freePreferences(FIO_prefs_t* const prefs);
|
||||
|
||||
/* Mutable struct containing relevant context and state of (de)compression with respect to file I/O */
|
||||
/* Mutable struct containing relevant context and state regarding (de)compression with respect to file I/O */
|
||||
typedef struct FIO_ctx_s FIO_ctx_t;
|
||||
|
||||
FIO_ctx_t* FIO_createContext(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue