Enhance user information handling: add exportPersonInfo function, improve TUI dialogs, and refactor related code for better clarity and functionality.

This commit is contained in:
2025-05-17 20:22:54 +02:00
parent c84987239e
commit 1923b91ff4
10 changed files with 299 additions and 89 deletions
-5
View File
@@ -1,10 +1,5 @@
#include "main.h"
#include <stdint.h>
#include <time.h>
#include <unistd.h>
#include <pthread.h>
#ifndef __USERS_H__
#define __USERS_H__