refactor(meson): add parse.c to build
This commit is contained in:
@@ -35,6 +35,7 @@ void callback_handler(tgbot_s *bot, tgbot_cbquery_s *query) {
|
||||
}
|
||||
|
||||
void sighandler(int signum) {
|
||||
(void)signum;
|
||||
fprintf(stdout, "Closing...\n");
|
||||
run = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user