summary refs log tree commit diff stats
path: root/win32/wdkpt/vs2012
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-11-03 19:21:48 +0100
committerBerke Viktor <bviktor@hexchat.org>2012-11-03 19:21:48 +0100
commitec83e04d1116919ca94416ab46765195fdd2a061 (patch)
tree9b89aa5464ead30d3685b293ed7d659a4f028e7e /win32/wdkpt/vs2012
parent7e1729c7b630b155abc14bf70c1869abaac62fe2 (diff)
Update translation template
Diffstat (limited to 'win32/wdkpt/vs2012')
0 files changed, 0 insertions, 0 deletions
012-10-30 11:35:39 +0100 Nah, even more rebranding' href='/git-repos/torxchat.git/commit/src/common/hexchatc.h?id=a51a69134b8bdc94cfb4dcc1403e33cce24d34bc'>a51a6913 ^
4a6ceffb ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39

                   
 
                                 
 
                               



























                                                                        


                                         

      
#ifndef HEXCHAT_C_H
#define HEXCHAT_C_H

extern struct hexchatprefs prefs;

extern int hexchat_is_quitting;
extern gint arg_skip_plugins;	/* command-line args */
extern gint arg_dont_autoconnect;
extern char *arg_url;
extern char *arg_command;
extern gint arg_existing;

extern session *current_sess;
extern session *current_tab;

extern GSList *popup_list;
extern GSList *button_list;
extern GSList *dlgbutton_list;
extern GSList *command_list;
extern GSList *ctcp_list;
extern GSList *replace_list;
extern GSList *sess_list;
extern GSList *dcc_list;
extern GSList *ignore_list;
extern GSList *usermenu_list;
extern GSList *urlhandler_list;
extern GSList *tabmenu_list;

session * find_channel (server *serv, char *chan);
session * find_dialog (server *serv, char *nick);
session * new_ircwindow (server *serv, char *name, int type, int focus);
int is_session (session * sess);
void session_free (session *killsess);
void lag_check (void);
void hexchat_exit (void);
void hexchat_exec (const char *cmd);
void hexchat_execv (char * const argv[]);

#endif