Skeleton for the process tables implementation

Wrote a skeleton for the future process table implemntation. Aslo
slightly edited the ui-socket interface.
This commit is contained in:
BritishTeapot
2025-03-17 10:54:01 +01:00
parent 2fcbf500f1
commit 0cc9140aa3
3 changed files with 70 additions and 4 deletions

View File

@@ -24,6 +24,6 @@ struct process_info {
// For default socket location, set socket_path = NULL.
int init_ui_socket(const char *socket_path);
int ask_access(const char *filename, struct process_info pi);
int interactive_access(const char *filename, struct process_info pi);
#endif // !UI_SOCKET_H