libk  Diff

Differences From Artifact [5126e2cc55]:

To Artifact [fa27906c88]:


    71     71   
    72     72   typedef enum kcli_cond {
    73     73   	kcli_cond_ok = kcli_cond_id,
    74     74   	kcli_cond_extra /* parse succeded, but arguments or
    75     75   	                   flags were left over */,
    76     76   	kcli_cond_fail /* unspecified error */,
    77     77   	kcli_cond_parse /* bad syntax, parse failed */,
           78  +	kcli_cond_spec /* the configuration structure is invalid */,
    78     79   	kcli_cond_overlong /* a string in the configuration structures is longer than allowed */,
    79     80   } kcli_cond;
    80     81   
    81     82   typedef enum kcli_flag {
    82     83   	kcli_flag_off = 0,
    83     84   	kcli_flag_on = 1,
    84     85   } kcli_flag;