cmdline: big rework and clean of cmdline library
[libcmdline.git] / src / lib / cmdline_parse_string.h
index d435f81..fc6013f 100644 (file)
@@ -81,14 +81,6 @@ typedef struct cmdline_token_string cmdline_parse_token_string_t;
 
 extern struct cmdline_token_ops cmdline_token_string_ops;
 
-int cmdline_parse_string(cmdline_parse_token_hdr_t *tk, const char *srcbuf,
-                        void *res, unsigned ressize);
-int cmdline_complete_get_nb_string(cmdline_parse_token_hdr_t *tk);
-int cmdline_complete_get_elt_string(cmdline_parse_token_hdr_t *tk, int idx,
-                                   char *dstbuf, unsigned int size);
-int cmdline_get_help_string(cmdline_parse_token_hdr_t *tk, char *dstbuf,
-                           unsigned int size);
-
 #define TOKEN_STRING_INITIALIZER(structure, field, string)  \
 {                                                          \
        .hdr = {                                            \