Some more rebranding for consistency's sake

This commit is contained in:
Berke Viktor 2012-10-25 01:33:23 +02:00
parent 9690fa532d
commit 47310229a4
23 changed files with 46 additions and 46 deletions

View File

@ -1,7 +1,7 @@
/* cfgfiles.h */
#ifndef XCHAT_CFGFILES_H
#define XCHAT_CFGFILES_H
#ifndef HEXCHAT_CFGFILES_H
#define HEXCHAT_CFGFILES_H
#include "hexchat.h"

View File

@ -1,5 +1,5 @@
#ifndef XCHAT_CTCP_H
#define XCHAT_CTCP_H
#ifndef HEXCHAT_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);

View File

@ -2,8 +2,8 @@
#include <time.h> /* for time_t */
#ifndef XCHAT_DCC_H
#define XCHAT_DCC_H
#ifndef HEXCHAT_DCC_H
#define HEXCHAT_DCC_H
#define STAT_QUEUED 0
#define STAT_ACTIVE 1

View File

@ -1,8 +1,8 @@
#include "userlist.h"
#include "dcc.h"
#ifndef XCHAT_FE_H
#define XCHAT_FE_H
#ifndef HEXCHAT_FE_H
#define HEXCHAT_FE_H
/* for storage of /menu entries */
typedef struct

View File

@ -3,8 +3,8 @@
#include <glib.h>
#include <time.h> /* need time_t */
#ifndef XCHAT_H
#define XCHAT_H
#ifndef HEXCHAT_H
#define HEXCHAT_H
#include "history.h"

View File

@ -1,5 +1,5 @@
#ifndef XCHAT_C_H
#define XCHAT_C_H
#ifndef HEXCHAT_C_H
#define HEXCHAT_C_H
extern struct hexchatprefs prefs;

View File

@ -1,5 +1,5 @@
#ifndef XCHAT_HISTORY_H
#define XCHAT_HISTORY_H
#ifndef HEXCHAT_HISTORY_H
#define HEXCHAT_HISTORY_H
#define HISTORY_SIZE 100

View File

@ -1,5 +1,5 @@
#ifndef XCHAT_IGNORE_H
#define XCHAT_IGNORE_H
#ifndef HEXCHAT_IGNORE_H
#define HEXCHAT_IGNORE_H
extern GSList *ignore_list;

View File

@ -1,5 +1,5 @@
#ifndef XCHAT_INBOUND_H
#define XCHAT_INBOUND_H
#ifndef HEXCHAT_INBOUND_H
#define HEXCHAT_INBOUND_H
void inbound_next_nick (session *sess, char *nick);
void inbound_uback (server *serv);

View File

@ -1,5 +1,5 @@
#ifndef XCHAT_MODES_H
#define XCHAT_MODES_H
#ifndef HEXCHAT_MODES_H
#define HEXCHAT_MODES_H
int is_channel (server *serv, char *chan);
char get_nick_prefix (server *serv, unsigned int access);

View File

@ -1,5 +1,5 @@
#ifndef XCHAT_NETWORK_H
#define XCHAT_NETWORK_H
#ifndef HEXCHAT_NETWORK_H
#define HEXCHAT_NETWORK_H
typedef struct netstore_
{

View File

@ -1,5 +1,5 @@
#ifndef XCHAT_NOTIFY_H
#define XCHAT_NOTIFY_H
#ifndef HEXCHAT_NOTIFY_H
#define HEXCHAT_NOTIFY_H
struct notify
{

View File

@ -1,5 +1,5 @@
#ifndef XCHAT_OUTBOUND_H
#define XCHAT_OUTBOUND_H
#ifndef HEXCHAT_OUTBOUND_H
#define HEXCHAT_OUTBOUND_H
extern const struct commands xc_cmds[];
extern GSList *menu_list;

View File

@ -1,5 +1,5 @@
#ifndef XCHAT_PLUGIN_TIMER_H
#define XCHAT_PLUGIN_TIMER_H
#ifndef HEXCHAT_PLUGIN_TIMER_H
#define HEXCHAT_PLUGIN_TIMER_H
int timer_plugin_init (xchat_plugin *plugin_handle, char **plugin_name,
char **plugin_desc, char **plugin_version, char *arg);

View File

@ -1,5 +1,5 @@
#ifndef XCHAT_COMMONPLUGIN_H
#define XCHAT_COMMONPLUGIN_H
#ifndef HEXCHAT_COMMONPLUGIN_H
#define HEXCHAT_COMMONPLUGIN_H
#ifdef PLUGIN_C
struct _xchat_plugin

View File

@ -1,5 +1,5 @@
#ifndef XCHAT_PROTO_H
#define XCHAT_PROTO_H
#ifndef HEXCHAT_PROTO_H
#define HEXCHAT_PROTO_H
void proto_fill_her_up (server *serv);

View File

@ -1,5 +1,5 @@
#ifndef XCHAT_SERVER_H
#define XCHAT_SERVER_H
#ifndef HEXCHAT_SERVER_H
#define HEXCHAT_SERVER_H
extern GSList *serv_list;

View File

@ -1,5 +1,5 @@
#ifndef XCHAT_SERVLIST_H
#define XCHAT_SERVLIST_H
#ifndef HEXCHAT_SERVLIST_H
#define HEXCHAT_SERVLIST_H
typedef struct ircserver
{

View File

@ -1,7 +1,7 @@
#include "textenums.h"
#ifndef XCHAT_TEXT_H
#define XCHAT_TEXT_H
#ifndef HEXCHAT_TEXT_H
#define HEXCHAT_TEXT_H
#define EMIT_SIGNAL(i, sess, a, b, c, d, e) text_emit(i, sess, a, b, c, d)

View File

@ -1,5 +1,5 @@
#ifndef XCHAT_TREE_H
#define XCHAT_TREE_H
#ifndef HEXCHAT_TREE_H
#define HEXCHAT_TREE_H
typedef struct _tree tree;

View File

@ -1,5 +1,5 @@
#ifndef XCHAT_URL_H
#define XCHAT_URL_H
#ifndef HEXCHAT_URL_H
#define HEXCHAT_URL_H
extern void *url_tree;

View File

@ -1,7 +1,7 @@
#include <time.h>
#ifndef XCHAT_USERLIST_H
#define XCHAT_USERLIST_H
#ifndef HEXCHAT_USERLIST_H
#define HEXCHAT_USERLIST_H
struct User
{

View File

@ -11,8 +11,8 @@
* --+ Dagmar d'Surreal
*/
#ifndef XCHAT_UTIL_H
#define XCHAT_UTIL_H
#ifndef HEXCHAT_UTIL_H
#define HEXCHAT_UTIL_H
#include "strlutil.h"
#define rfc_tolower(c) (rfc_tolowertab[(unsigned char)(c)])