X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fcmdline%2Fparse_obj_list.h;h=871c53a4aed1b8867c2d26e4d4cb0aff4cc48136;hb=295abce2d25b31d77c533dd5278bd85e9adf29f3;hp=297fec409c426d3871bc63788e06524031e64882;hpb=3031749c2df04a63cdcef186dcce3781e61436e8;p=dpdk.git diff --git a/examples/cmdline/parse_obj_list.h b/examples/cmdline/parse_obj_list.h index 297fec409c..871c53a4ae 100644 --- a/examples/cmdline/parse_obj_list.h +++ b/examples/cmdline/parse_obj_list.h @@ -91,7 +91,8 @@ typedef struct token_obj_list parse_token_obj_list_t; extern struct cmdline_token_ops token_obj_list_ops; -int parse_obj_list(cmdline_parse_token_hdr_t *tk, const char *srcbuf, void *res); +int parse_obj_list(cmdline_parse_token_hdr_t *tk, const char *srcbuf, void *res, + unsigned ressize); int complete_get_nb_obj_list(cmdline_parse_token_hdr_t *tk); int complete_get_elt_obj_list(cmdline_parse_token_hdr_t *tk, int idx, char *dstbuf, unsigned int size);