From 51f2a4521782b5db90353a844d4a4e10910af400 Mon Sep 17 00:00:00 2001 From: Gao feng Date: Fri, 6 Nov 2015 16:38:54 +0800 Subject: [PATCH] export hyper_parse_new_container Signed-off-by: Gao feng --- src/parse.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/parse.h b/src/parse.h index 6b3ad0d..e4db51e 100644 --- a/src/parse.h +++ b/src/parse.h @@ -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