#ifndef IRC_H #define IRC_H extern struct Node *head, *current; void raw(char *fmt, ...); void bot(void); #endif