diff options
Diffstat (limited to 'protocols/JabberG/jabber.h')
-rw-r--r-- | protocols/JabberG/jabber.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/protocols/JabberG/jabber.h b/protocols/JabberG/jabber.h index 745650b8ce..124e99a2d2 100644 --- a/protocols/JabberG/jabber.h +++ b/protocols/JabberG/jabber.h @@ -645,8 +645,6 @@ int ReloadIconsEventHook(WPARAM wParam, LPARAM lParam); //---- jabber_libstr.c ----------------------------------------------
-void __stdcall replaceStr( char*& dest, const char* src );
-void __stdcall replaceStr( WCHAR*& dest, const WCHAR* src );
int lstrcmp_null(const TCHAR *s1, const TCHAR *s2);
//---- jabber_menu.c ------------------------------------------------
|