X-Git-Url: http://git.droids-corp.org/?p=libcmdline.git;a=blobdiff_plain;f=src%2Flib%2Fcmdline_parse_num.h;h=1b8c79dbf245ae20b56b7d97bc3ecb07e53f36e0;hp=26a0d408dda53cf9f30ef4b5dc787bbebc95673a;hb=b1d5b169352e57df3fc14c51ffad4b83f3e5613f;hpb=e5ca055e8b19eaa2335d554357f04e4a6fddb38a diff --git a/src/lib/cmdline_parse_num.h b/src/lib/cmdline_parse_num.h index 26a0d40..1b8c79d 100644 --- a/src/lib/cmdline_parse_num.h +++ b/src/lib/cmdline_parse_num.h @@ -91,7 +91,7 @@ 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);