implement hyper_cmd_read_file

Signed-off-by: Gao feng <omarapazanadi@gmail.com>
This commit is contained in:
Gao feng
2015-09-17 20:28:31 +08:00
parent 2262bc18fe
commit 27f4b56e71
4 changed files with 150 additions and 7 deletions
+1
View File
@@ -10,5 +10,6 @@ char *json_token_str(char *js, jsmntok_t *t);
int json_token_streq(char *js, jsmntok_t *t, char *s);
int hyper_parse_winsize(struct hyper_win_size *ws, char *json, int length);
int hyper_parse_write_file(struct hyper_writter *writter, char *json, int length);
int hyper_parse_read_file(struct hyper_reader *reader, char *json, int length);
#endif