diff options
Diffstat (limited to 'protocols/ICQ-WIM/src/stdafx.h')
-rw-r--r-- | protocols/ICQ-WIM/src/stdafx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/ICQ-WIM/src/stdafx.h b/protocols/ICQ-WIM/src/stdafx.h index b216ec459a..a02de67fdf 100644 --- a/protocols/ICQ-WIM/src/stdafx.h +++ b/protocols/ICQ-WIM/src/stdafx.h @@ -100,6 +100,7 @@ bool IsChat(const CMStringW &aimid); int StatusFromString(const CMStringW&); +void parseGroup(CMStringW &wszGroup); char* time2text(time_t time); extern HWND g_hwndHeartbeat; |