mirror of
https://github.com/javalsai/lidm.git
synced 2025-08-30 18:08:00 +02:00
feat: add session types
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#include <sys/types.h>
|
||||
|
||||
struct session {
|
||||
const char *type;
|
||||
char *name;
|
||||
char *path;
|
||||
};
|
||||
|
Reference in New Issue
Block a user