summaryrefslogtreecommitdiff
path: root/FacebookRM/dialogs.h
diff options
context:
space:
mode:
Diffstat (limited to 'FacebookRM/dialogs.h')
-rw-r--r--FacebookRM/dialogs.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/FacebookRM/dialogs.h b/FacebookRM/dialogs.h
index fbaa8ff..1917027 100644
--- a/FacebookRM/dialogs.h
+++ b/FacebookRM/dialogs.h
@@ -3,7 +3,7 @@
Facebook plugin for Miranda Instant Messenger
_____________________________________________
-Copyright © 2009-11 Michal Zelinka
+Copyright © 2009-11 Michal Zelinka, 2011-12 Robert Pösel
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -18,11 +18,6 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-File name : $HeadURL: http://eternityplugins.googlecode.com/svn/trunk/facebook/dialogs.h $
-Revision : $Revision: 91 $
-Last change by : $Author: n3weRm0re.ewer $
-Last change on : $Date: 2011-01-08 11:10:34 +0100 (so, 08 1 2011) $
-
*/
#pragma once
@@ -30,4 +25,5 @@ Last change on : $Date: 2011-01-08 11:10:34 +0100 (so, 08 1 2011) $
INT_PTR CALLBACK FBAccountProc( HWND hwnd, UINT message, WPARAM wparam, LPARAM lparam );
INT_PTR CALLBACK FBMindProc( HWND hwnd, UINT message, WPARAM wparam, LPARAM lparam );
INT_PTR CALLBACK FBOptionsProc( HWND hwnd, UINT message, WPARAM wparam, LPARAM lparam );
+INT_PTR CALLBACK FBOptionsAdvancedProc( HWND hwnd, UINT message, WPARAM wparam, LPARAM lparam );
INT_PTR CALLBACK FBEventsProc( HWND hwnd, UINT message, WPARAM wparam, LPARAM lparam );