12 lines
162 B
C
12 lines
162 B
C
#ifndef IRC_H_
|
|
|
|
#include <libircclient.h>
|
|
|
|
extern irc_session_t * session;
|
|
extern irc_callbacks_t callbacks;
|
|
|
|
extern char const * channel;
|
|
|
|
#define IRC_H_
|
|
#endif
|