Refactor personInfo function: update parameters to include person list, enhance memory handling, and improve user interaction in TUI.
This commit is contained in:
+2
-1
@@ -16,10 +16,11 @@ void personListing(list_t *person_list, int terminal_x, int terminal_y);
|
||||
|
||||
void personSearch(list_t *person_list, int terminal_x, int terminal_y);
|
||||
|
||||
void personInfo(node_t *_person, int terminal_x, int terminal_y);
|
||||
void personInfo(list_t * _list ,node_t *_person, int terminal_x, int terminal_y);
|
||||
|
||||
void exportDialog(list_t *_list, int terminal_x, int terminal_y);
|
||||
|
||||
void editDatabaseMenu(list_t *_person_list, int terminal_x, int terminal_y);
|
||||
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user