summaryrefslogtreecommitdiff
path: root/plugins/Scriver/src/chat/chat.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Scriver/src/chat/chat.h')
-rw-r--r--plugins/Scriver/src/chat/chat.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/Scriver/src/chat/chat.h b/plugins/Scriver/src/chat/chat.h
index 9e2d97cc98..82b52be14b 100644
--- a/plugins/Scriver/src/chat/chat.h
+++ b/plugins/Scriver/src/chat/chat.h
@@ -101,11 +101,10 @@ INT_PTR CALLBACK RoomWndProc(HWND hwndDlg,UINT uMsg,WPARAM wParam,LPARAM lParam)
int GetTextPixelSize( TCHAR* pszText, HFONT hFont, BOOL bWidth);
//options.c
-int OptionsInit(void);
-int OptionsUnInit(void);
+int OptionsInit(void);
// services.c
-void ShowRoom(SESSION_INFO *si, WPARAM wp, BOOL bSetForeground);
+void ShowRoom(SESSION_INFO *si, WPARAM wp, BOOL bSetForeground);
// manager.c
HWND SM_FindWindowByContact(HANDLE hContact);