Enhance user management: update CSV data, refactor UUID search function, and implement person listing and search functionalities in the TUI.
This commit is contained in:
@@ -11,4 +11,8 @@ void uartDialog(char *uart_adress, int terminal_x, int terminal_y);
|
||||
|
||||
void mainMenu(list_t * person_list, int terminal_x, int terminal_y);
|
||||
|
||||
void personListing(list_t * person_list, int terminal_x, int terminal_y);
|
||||
|
||||
void personSearch(list_t * person_list, int terminal_x, int terminal_y);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user