aboutsummaryrefslogtreecommitdiff
path: root/include/irc.h
blob: 71752202fe46b61735b0d924c7eb3132c50b9cb4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef IRC_H_

#include <libircclient.h>

#include "parse.h"

VARDECL irc_session_t * session;
VARDECL irc_callbacks_t callbacks;
VARDECL char * current_username;

DECL int init(void);

#define IRC_H_
#endif