summary refs log tree commit diff stats
path: root/src/common/hexchatc.h
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-10-30 11:35:39 +0100
committerBerke Viktor <bviktor@hexchat.org>2012-10-30 11:35:39 +0100
commita51a69134b8bdc94cfb4dcc1403e33cce24d34bc (patch)
treea257e588c8d13d8d275450b8903c924145e5835f /src/common/hexchatc.h
parent82936df2af3993c2e234042c450e0e9630b045d4 (diff)
Nah, even more rebranding
Diffstat (limited to 'src/common/hexchatc.h')
-rw-r--r--src/common/hexchatc.h8
1 files changed, 4 insertions, 4 deletions
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