erythros/System/Libraries/Session.HC

8 lines
No EOL
89 B
HolyC

class @session
{
U8 home[4096];
U8 hostname[256];
@user user;
};
"session ";