doc: convert prog guide glossary to definition list
[dpdk.git] / lib / librte_cmdline / cmdline_parse_portlist.h
index 6fdc406..8505059 100644 (file)
@@ -81,9 +81,9 @@ typedef struct cmdline_token_portlist cmdline_parse_token_portlist_t;
 extern struct cmdline_token_ops cmdline_token_portlist_ops;
 
 int cmdline_parse_portlist(cmdline_parse_token_hdr_t *tk,
-                     const char *srcbuf, void *res);
+       const char *srcbuf, void *res, unsigned ressize);
 int cmdline_get_help_portlist(cmdline_parse_token_hdr_t *tk,
-                        char *dstbuf, unsigned int size);
+       char *dstbuf, unsigned int size);
 
 #define TOKEN_PORTLIST_INITIALIZER(structure, field)        \
 {                                                           \