Some more rebranding for consistency's sake
This commit is contained in:
parent
9690fa532d
commit
47310229a4
|
@ -1,7 +1,7 @@
|
||||||
/* cfgfiles.h */
|
/* cfgfiles.h */
|
||||||
|
|
||||||
#ifndef XCHAT_CFGFILES_H
|
#ifndef HEXCHAT_CFGFILES_H
|
||||||
#define XCHAT_CFGFILES_H
|
#define HEXCHAT_CFGFILES_H
|
||||||
|
|
||||||
#include "hexchat.h"
|
#include "hexchat.h"
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#ifndef XCHAT_CTCP_H
|
#ifndef HEXCHAT_CTCP_H
|
||||||
#define XCHAT_CTCP_H
|
#define HEXCHAT_CTCP_H
|
||||||
|
|
||||||
void ctcp_handle (session *sess, char *to, char *nick, char *ip, char *msg, char *word[], char *word_eol[], int id);
|
void ctcp_handle (session *sess, char *to, char *nick, char *ip, char *msg, char *word[], char *word_eol[], int id);
|
||||||
|
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
#include <time.h> /* for time_t */
|
#include <time.h> /* for time_t */
|
||||||
|
|
||||||
#ifndef XCHAT_DCC_H
|
#ifndef HEXCHAT_DCC_H
|
||||||
#define XCHAT_DCC_H
|
#define HEXCHAT_DCC_H
|
||||||
|
|
||||||
#define STAT_QUEUED 0
|
#define STAT_QUEUED 0
|
||||||
#define STAT_ACTIVE 1
|
#define STAT_ACTIVE 1
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
#include "userlist.h"
|
#include "userlist.h"
|
||||||
#include "dcc.h"
|
#include "dcc.h"
|
||||||
|
|
||||||
#ifndef XCHAT_FE_H
|
#ifndef HEXCHAT_FE_H
|
||||||
#define XCHAT_FE_H
|
#define HEXCHAT_FE_H
|
||||||
|
|
||||||
/* for storage of /menu entries */
|
/* for storage of /menu entries */
|
||||||
typedef struct
|
typedef struct
|
||||||
|
|
|
@ -3,8 +3,8 @@
|
||||||
#include <glib.h>
|
#include <glib.h>
|
||||||
#include <time.h> /* need time_t */
|
#include <time.h> /* need time_t */
|
||||||
|
|
||||||
#ifndef XCHAT_H
|
#ifndef HEXCHAT_H
|
||||||
#define XCHAT_H
|
#define HEXCHAT_H
|
||||||
|
|
||||||
#include "history.h"
|
#include "history.h"
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#ifndef XCHAT_C_H
|
#ifndef HEXCHAT_C_H
|
||||||
#define XCHAT_C_H
|
#define HEXCHAT_C_H
|
||||||
|
|
||||||
extern struct hexchatprefs prefs;
|
extern struct hexchatprefs prefs;
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#ifndef XCHAT_HISTORY_H
|
#ifndef HEXCHAT_HISTORY_H
|
||||||
#define XCHAT_HISTORY_H
|
#define HEXCHAT_HISTORY_H
|
||||||
|
|
||||||
#define HISTORY_SIZE 100
|
#define HISTORY_SIZE 100
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#ifndef XCHAT_IGNORE_H
|
#ifndef HEXCHAT_IGNORE_H
|
||||||
#define XCHAT_IGNORE_H
|
#define HEXCHAT_IGNORE_H
|
||||||
|
|
||||||
extern GSList *ignore_list;
|
extern GSList *ignore_list;
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#ifndef XCHAT_INBOUND_H
|
#ifndef HEXCHAT_INBOUND_H
|
||||||
#define XCHAT_INBOUND_H
|
#define HEXCHAT_INBOUND_H
|
||||||
|
|
||||||
void inbound_next_nick (session *sess, char *nick);
|
void inbound_next_nick (session *sess, char *nick);
|
||||||
void inbound_uback (server *serv);
|
void inbound_uback (server *serv);
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#ifndef XCHAT_MODES_H
|
#ifndef HEXCHAT_MODES_H
|
||||||
#define XCHAT_MODES_H
|
#define HEXCHAT_MODES_H
|
||||||
|
|
||||||
int is_channel (server *serv, char *chan);
|
int is_channel (server *serv, char *chan);
|
||||||
char get_nick_prefix (server *serv, unsigned int access);
|
char get_nick_prefix (server *serv, unsigned int access);
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#ifndef XCHAT_NETWORK_H
|
#ifndef HEXCHAT_NETWORK_H
|
||||||
#define XCHAT_NETWORK_H
|
#define HEXCHAT_NETWORK_H
|
||||||
|
|
||||||
typedef struct netstore_
|
typedef struct netstore_
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#ifndef XCHAT_NOTIFY_H
|
#ifndef HEXCHAT_NOTIFY_H
|
||||||
#define XCHAT_NOTIFY_H
|
#define HEXCHAT_NOTIFY_H
|
||||||
|
|
||||||
struct notify
|
struct notify
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#ifndef XCHAT_OUTBOUND_H
|
#ifndef HEXCHAT_OUTBOUND_H
|
||||||
#define XCHAT_OUTBOUND_H
|
#define HEXCHAT_OUTBOUND_H
|
||||||
|
|
||||||
extern const struct commands xc_cmds[];
|
extern const struct commands xc_cmds[];
|
||||||
extern GSList *menu_list;
|
extern GSList *menu_list;
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#ifndef XCHAT_PLUGIN_TIMER_H
|
#ifndef HEXCHAT_PLUGIN_TIMER_H
|
||||||
#define XCHAT_PLUGIN_TIMER_H
|
#define HEXCHAT_PLUGIN_TIMER_H
|
||||||
|
|
||||||
int timer_plugin_init (xchat_plugin *plugin_handle, char **plugin_name,
|
int timer_plugin_init (xchat_plugin *plugin_handle, char **plugin_name,
|
||||||
char **plugin_desc, char **plugin_version, char *arg);
|
char **plugin_desc, char **plugin_version, char *arg);
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#ifndef XCHAT_COMMONPLUGIN_H
|
#ifndef HEXCHAT_COMMONPLUGIN_H
|
||||||
#define XCHAT_COMMONPLUGIN_H
|
#define HEXCHAT_COMMONPLUGIN_H
|
||||||
|
|
||||||
#ifdef PLUGIN_C
|
#ifdef PLUGIN_C
|
||||||
struct _xchat_plugin
|
struct _xchat_plugin
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#ifndef XCHAT_PROTO_H
|
#ifndef HEXCHAT_PROTO_H
|
||||||
#define XCHAT_PROTO_H
|
#define HEXCHAT_PROTO_H
|
||||||
|
|
||||||
void proto_fill_her_up (server *serv);
|
void proto_fill_her_up (server *serv);
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#ifndef XCHAT_SERVER_H
|
#ifndef HEXCHAT_SERVER_H
|
||||||
#define XCHAT_SERVER_H
|
#define HEXCHAT_SERVER_H
|
||||||
|
|
||||||
extern GSList *serv_list;
|
extern GSList *serv_list;
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#ifndef XCHAT_SERVLIST_H
|
#ifndef HEXCHAT_SERVLIST_H
|
||||||
#define XCHAT_SERVLIST_H
|
#define HEXCHAT_SERVLIST_H
|
||||||
|
|
||||||
typedef struct ircserver
|
typedef struct ircserver
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#include "textenums.h"
|
#include "textenums.h"
|
||||||
|
|
||||||
#ifndef XCHAT_TEXT_H
|
#ifndef HEXCHAT_TEXT_H
|
||||||
#define XCHAT_TEXT_H
|
#define HEXCHAT_TEXT_H
|
||||||
|
|
||||||
#define EMIT_SIGNAL(i, sess, a, b, c, d, e) text_emit(i, sess, a, b, c, d)
|
#define EMIT_SIGNAL(i, sess, a, b, c, d, e) text_emit(i, sess, a, b, c, d)
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#ifndef XCHAT_TREE_H
|
#ifndef HEXCHAT_TREE_H
|
||||||
#define XCHAT_TREE_H
|
#define HEXCHAT_TREE_H
|
||||||
|
|
||||||
typedef struct _tree tree;
|
typedef struct _tree tree;
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#ifndef XCHAT_URL_H
|
#ifndef HEXCHAT_URL_H
|
||||||
#define XCHAT_URL_H
|
#define HEXCHAT_URL_H
|
||||||
|
|
||||||
extern void *url_tree;
|
extern void *url_tree;
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
|
|
||||||
#ifndef XCHAT_USERLIST_H
|
#ifndef HEXCHAT_USERLIST_H
|
||||||
#define XCHAT_USERLIST_H
|
#define HEXCHAT_USERLIST_H
|
||||||
|
|
||||||
struct User
|
struct User
|
||||||
{
|
{
|
||||||
|
|
|
@ -11,8 +11,8 @@
|
||||||
* --+ Dagmar d'Surreal
|
* --+ Dagmar d'Surreal
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef XCHAT_UTIL_H
|
#ifndef HEXCHAT_UTIL_H
|
||||||
#define XCHAT_UTIL_H
|
#define HEXCHAT_UTIL_H
|
||||||
|
|
||||||
#include "strlutil.h"
|
#include "strlutil.h"
|
||||||
#define rfc_tolower(c) (rfc_tolowertab[(unsigned char)(c)])
|
#define rfc_tolower(c) (rfc_tolowertab[(unsigned char)(c)])
|
||||||
|
|
Loading…
Reference in New Issue