export hyper_parse_new_container

Signed-off-by: Gao feng <omarapazanadi@gmail.com>
This commit is contained in:
Gao feng
2015-11-06 16:38:54 +08:00
parent 3b0ff1d7ca
commit 51f2a45217
+1
View File
@@ -11,5 +11,6 @@ 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);
int hyper_parse_new_container(struct hyper_pod *pod, char *json, int length);
#endif