Improved code readability and added database file argument.

This commit is contained in:
BritishTeapot
2025-04-07 19:38:33 +02:00
parent aea6e94ad7
commit 16b8d77fb9
4 changed files with 46 additions and 36 deletions

View File

@@ -21,7 +21,7 @@
*
* @return: 0 on success, -1 on faliure.
*/
int init_ui_socket(void);
int init_ui_socket(const char *perm_permissions_db_filename);
/**
* Close the GUI communication.