summaryrefslogtreecommitdiff
path: root/protocols/IRCG/src/ircproto.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/IRCG/src/ircproto.h')
-rw-r--r--protocols/IRCG/src/ircproto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/IRCG/src/ircproto.h b/protocols/IRCG/src/ircproto.h
index 0e2ee41f68..ee40589a8a 100644
--- a/protocols/IRCG/src/ircproto.h
+++ b/protocols/IRCG/src/ircproto.h
@@ -264,6 +264,7 @@ struct CIrcProto : public PROTO<CIrcProto>
// tools.cpp
void AddToJTemp(wchar_t op, CMStringW& sCommand);
bool AddWindowItemData(CMStringW window, const wchar_t *pszLimit, const wchar_t *pszMode, const wchar_t *pszPassword, const wchar_t *pszTopic);
+ void CheckUpdate();
INT_PTR DoEvent(int iEvent, const wchar_t *pszWindow, const wchar_t *pszNick, const wchar_t *pszText, const wchar_t *pszStatus, const wchar_t *pszUserInfo, DWORD_PTR dwItemData, bool bAddToLog, bool bIsMe, time_t timestamp = 1);
void FindLocalIP(HNETLIBCONN con);
bool FreeWindowItemData(CMStringW window, CHANNELINFO* wis);