typedef struct IrcChannel IrcChannel; struct IrcChannel { HashItem; QLock; char name[128]; Hash *users; }; IrcChannel* mkircchannel(char *name);