summaryrefslogtreecommitdiff
path: root/src/core/channels-setup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/channels-setup.h')
-rw-r--r--src/core/channels-setup.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/channels-setup.h b/src/core/channels-setup.h
index acb24242..b07d9a4f 100644
--- a/src/core/channels-setup.h
+++ b/src/core/channels-setup.h
@@ -3,7 +3,7 @@
#include "modules.h"
-typedef struct {
+struct _CHANNEL_SETUP_REC {
char *name;
char *chatnet;
char *password;
@@ -13,7 +13,7 @@ typedef struct {
unsigned int autojoin:1;
GHashTable *module_data;
-} CHANNEL_SETUP_REC;
+};
extern GSList *setupchannels;