From 5edaa7d5649a2e124496159f7e8a14edab4f7484 Mon Sep 17 00:00:00 2001 From: Determinant Date: Sat, 30 May 2015 20:52:05 +0800 Subject: rename param file to chunk file (intend to generalize it) --- io/param.h | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 io/param.h (limited to 'io/param.h') diff --git a/io/param.h b/io/param.h deleted file mode 100644 index e5841b8..0000000 --- a/io/param.h +++ /dev/null @@ -1,22 +0,0 @@ -#ifndef NERV_LAYER_FILE_H -#define NERV_LAYER_FILE_H - -extern const char *nerv_param_file_tname; -extern const char *nerv_param_file_handle_tname; -extern const char *nerv_param_chunk_info_tname; -extern const char *nerv_param_chunk_data_tname; - -typedef struct ParamFileHandle { - FILE *fp; -} ParamFileHandle; - -typedef struct ParamChunkInfo { - off_t offset, length; -} ParamChunkInfo; - -typedef struct ParamChunkData { - FILE *fp; - char *data; -} ParamChunkData; - -#endif -- cgit v1.2.3-70-g09d2