X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_cmdline%2Fcmdline_parse_num.h;fp=lib%2Flibrte_cmdline%2Fcmdline_parse_num.h;h=5376806f32cb644939fa0c2363d1995f7550c008;hb=aaa662e75c23c61a1d79bd4d1f9f35b4967c39db;hp=77f2f9b12f3f8aed3a06129676b48b704012701e;hpb=29d03f7aa33edc3292bf75730ec684dd4cbe5054;p=dpdk.git diff --git a/lib/librte_cmdline/cmdline_parse_num.h b/lib/librte_cmdline/cmdline_parse_num.h index 77f2f9b12f..5376806f32 100644 --- a/lib/librte_cmdline/cmdline_parse_num.h +++ b/lib/librte_cmdline/cmdline_parse_num.h @@ -89,9 +89,9 @@ typedef struct cmdline_token_num cmdline_parse_token_num_t; extern struct cmdline_token_ops cmdline_token_num_ops; int cmdline_parse_num(cmdline_parse_token_hdr_t *tk, - const char *srcbuf, void *res); + const char *srcbuf, void *res, unsigned ressize); int cmdline_get_help_num(cmdline_parse_token_hdr_t *tk, - char *dstbuf, unsigned int size); + char *dstbuf, unsigned int size); #define TOKEN_NUM_INITIALIZER(structure, field, numtype) \ { \