renamed some signal handling functions in the App class

This commit is contained in:
2018-09-13 06:51:48 +00:00
parent c09a0161eb
commit c467a28f18
4 changed files with 78 additions and 51 deletions

View File

@ -102,6 +102,7 @@ struct qse_cli_data_t
const qse_char_t** optsta;
const qse_char_t* optasn;
qse_cli_opt_t* opts;
void* ctx;
};
typedef struct qse_cli_data_t qse_cli_data_t;