feat: add users and sessions discovery

- also add clangd multi-file intellisense
This commit is contained in:
2024-07-10 23:24:51 +02:00
parent 4d8faa5b5f
commit 07d2842be0
11 changed files with 272 additions and 3 deletions

1
include/util.h Normal file
View File

@@ -0,0 +1 @@
void strcln(char **dest, const char *source);