]> git.droids-corp.org - libcmdline.git/blobdiff - src/lib/cmdline_parse_num.h
cmdline: big rework and clean of cmdline library
[libcmdline.git] / src / lib / cmdline_parse_num.h
index 1b8c79dbf245ae20b56b7d97bc3ecb07e53f36e0..8afac2f988ed6e5ccd17027822958bf6700de67a 100644 (file)
@@ -90,11 +90,6 @@ 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, unsigned ressize);
-int cmdline_get_help_num(cmdline_parse_token_hdr_t *tk,
-                        char *dstbuf, unsigned int size);
-
 #define TOKEN_NUM_INITIALIZER(structure, field, numtype)   \
 {                                                         \
        .hdr = {                                           \