Paraslash Audio Streaming | |
About News Download Documentation Development |
data needed to authenticate the user More...
#include <user_list.h>
Data Fields | |
struct list_head | node |
The position of this user in the list of users. More... | |
char * | name |
The username. More... | |
struct asymmetric_key * | pubkey |
The public key. More... | |
unsigned int | perms |
The privileges of this user. More... | |
data needed to authenticate the user
struct list_head node |
The position of this user in the list of users.
char* name |
The username.
struct asymmetric_key* pubkey |
The public key.
unsigned int perms |
The privileges of this user.