diff options
Diffstat (limited to 'io/chunk_file.h')
-rw-r--r-- | io/chunk_file.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/io/chunk_file.h b/io/chunk_file.h index 9ece117..9bae59d 100644 --- a/io/chunk_file.h +++ b/io/chunk_file.h @@ -8,6 +8,7 @@ extern const char *nerv_chunk_data_tname; typedef struct ChunkFileHandle { FILE *fp; + int closed; } ChunkFileHandle; typedef struct ChunkInfo { |