blob: 50a892502328631bcede4816597e108a948a7f92 [file] [log] [blame] [raw]
#ifndef H_APP_CLI_H
#define H_APP_CLI_H
void initialize_cli(int argc, char const *argv[]);
void free_cli(void);
#endif