X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Fclientsyncer.h;h=e8cee5ab599afaf3a85390de773d62ddb1fa3fc8;hp=d321451a59bf1c0cb708904ee3f84d2d7c262e85;hb=f824db0e31b54969e0b7fa0b5405b1e9173d482c;hpb=299541db5d6586c0b09e036816dfd28477ebc249 diff --git a/src/client/clientsyncer.h b/src/client/clientsyncer.h index d321451a..e8cee5ab 100644 --- a/src/client/clientsyncer.h +++ b/src/client/clientsyncer.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-08 by the Quassel IRC Team * + * Copyright (C) 2005-09 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -18,8 +18,8 @@ * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ***************************************************************************/ -#ifndef _CLIENTSYNCER_H_ -#define _CLIENTSYNCER_H_ +#ifndef CLIENTSYNCER_H_ +#define CLIENTSYNCER_H_ #include #include @@ -31,6 +31,8 @@ # include #endif +#include "types.h" + class IrcUser; class IrcChannel; class SignalProxy; @@ -61,7 +63,7 @@ signals: void encrypted(bool); - void startInternalCore(); + void startInternalCore(ClientSyncer *syncer); void connectToInternalCore(SignalProxy *proxy); public slots: