16 lines
265 B
C
16 lines
265 B
C
#ifndef IRC_H_
|
|
|
|
#include <libircclient.h>
|
|
|
|
extern irc_session_t * session;
|
|
extern irc_callbacks_t callbacks;
|
|
|
|
extern char const * channel;
|
|
|
|
extern char * current_username;
|
|
|
|
DELC int init(char const * username, char const * server, int port);
|
|
|
|
#define IRC_H_
|
|
#endif
|