cmdline: big rework and clean of cmdline library
[libcmdline.git] / src / genconf / parse_confnode.h
index 83a925a..5f19964 100644 (file)
@@ -44,13 +44,6 @@ typedef struct token_conf_node parse_token_conf_node_t;
 
 extern struct cmdline_token_ops token_conf_node_ops;
 
-int parse_conf_node(cmdline_parse_token_hdr_t *tk, const char *srcbuf,
-                   void *res, unsigned ressize);
-int complete_get_nb_conf_node(cmdline_parse_token_hdr_t *tk);
-int complete_get_elt_conf_node(cmdline_parse_token_hdr_t *tk, int idx,
-                             char *dstbuf, unsigned int size);
-int get_help_conf_node(cmdline_parse_token_hdr_t *tk, char *dstbuf, unsigned int size);
-
 #define TOKEN_CONF_NODE_INITIALIZER(structure, field,              \
                                    root_node_ptr, cur_node_ptr,    \
                                    node_flags, node_mask)          \