Enhance user information handling: add exportPersonInfo function, improve TUI dialogs, and refactor related code for better clarity and functionality.
This commit is contained in:
@@ -15,4 +15,6 @@ int loadListFromCSV(char* _filename, list_t * _list);
|
||||
|
||||
int saveListToCSV(char* _filename, list_t * _list);
|
||||
|
||||
int exportPersonInfo(node_t * _person);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user