ref: 564f0cc5963d4055fe4ac30e6d4f6a63e9ca086b
dir: /fns.h/
Request parseline(char*); Command* findcommand(char*); Command* findcommandn(int); void execrequest(Client*, Request); void clearrequest(Request); void reply(Client*, Reply, ...); void ircsend(Client*, Client*, Reply, ...); char *getreplies(Client*); void flushreplies(Client*); int Rfmt(Fmt *f); char *getversion(void); User* adduser(char*); void deluser(User*); User* finduser(char*); Client* addclient(ulong); Client* findclient(ulong); Client* findnick(char*); void delclient(Client*);