From a51a69134b8bdc94cfb4dcc1403e33cce24d34bc Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Tue, 30 Oct 2012 11:35:39 +0100 Subject: Nah, even more rebranding --- src/common/hexchatc.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/common/hexchatc.h') diff --git a/src/common/hexchatc.h b/src/common/hexchatc.h index 1e8eb85e..207a97cd 100644 --- a/src/common/hexchatc.h +++ b/src/common/hexchatc.h @@ -3,7 +3,7 @@ extern struct hexchatprefs prefs; -extern int xchat_is_quitting; +extern int hexchat_is_quitting; extern gint arg_skip_plugins; /* command-line args */ extern gint arg_dont_autoconnect; extern char *arg_url; @@ -32,8 +32,8 @@ 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 xchat_exit (void); -void xchat_exec (const char *cmd); -void xchat_execv (char * const argv[]); +void hexchat_exit (void); +void hexchat_exec (const char *cmd); +void hexchat_execv (char * const argv[]); #endif -- cgit 1.4.1