Implement keyboard input using GIOChannel

This commit is contained in:
Rodrigo Arias
2022-01-09 21:53:52 +01:00
committed by John Hernandez
parent f995944734
commit 7eac636fc8
4 changed files with 45 additions and 15 deletions

View File

@@ -44,5 +44,6 @@ void prof_run(char* log_level, char* account_name, char* config_file, char* log_
void prof_set_quit(void);
extern pthread_mutex_t lock;
extern GMainLoop* mainloop;
#endif