mirror of
https://github.com/javalsai/lidm.git
synced 2025-09-01 02:47:59 +02:00
all: at this point just read readme 😭
spaghetti code equivalent spaghetti readme spaghetti commit (wait no, this is actually descriptive)
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
#ifndef _USERSH_
|
||||
#define _USERSH_
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
struct user {
|
||||
char *shell;
|
||||
char *username;
|
||||
char *display_name;
|
||||
};
|
||||
@@ -11,3 +15,5 @@ struct users_list {
|
||||
};
|
||||
|
||||
struct users_list *get_human_users();
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user