Refactor UART handling and TUI dialogs: integrate UartThreadFlags structure, update uartListener to manage UART status, and add functions for person dialog operations.
This commit is contained in:
@@ -34,4 +34,8 @@ int exportDialog(list_t *_list, int terminal_x, int terminal_y);
|
||||
|
||||
void editDatabaseMenu(list_t *_person_list, int terminal_x, int terminal_y);
|
||||
|
||||
void addPersonDialog(list_t *_person_list, int terminal_x, int terminal_y);
|
||||
|
||||
void deletePersonDialog(list_t *_person_list, int terminal_x, int terminal_y);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user