X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mech_eap.git;a=blobdiff_plain;f=src%2Fcommon%2Fcli.h;h=4caf321c4956a89103b8ef9926e941996b275511;hp=4b44ce27d43385654cfd95b58841c64f32cd145d;hb=fcc84b48b2827abbb84394a0acee6ac0ea74071f;hpb=e55df99ee6281f43de620c6bd46faee2ca0252a2 diff --git a/src/common/cli.h b/src/common/cli.h index 4b44ce2..4caf321 100644 --- a/src/common/cli.h +++ b/src/common/cli.h @@ -37,4 +37,6 @@ int cli_txt_list_add_word(struct dl_list *txt_list, const char *txt, char ** cli_txt_list_array(struct dl_list *txt_list); +int get_cmd_arg_num(const char *str, int pos); + #endif /* CLI_H */