mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-13 09:10:20 +00:00
Nah, even more rebranding
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user