wm: teppich

ref: ca563e03c774c1da22039ead4b64ef3322249f97
dir: /include/user.h/

View raw version
typedef struct
{
	uint8 id;
	char *name;
	char *pass;
}user_t;

user_t cuser;