summaryrefslogtreecommitdiff
path: root/plugins/Import/src/import.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2014-08-16 19:59:01 +0000
committerGeorge Hazan <george.hazan@gmail.com>2014-08-16 19:59:01 +0000
commit6dafafff687049aaabe42a6bc15b70835467abca (patch)
treed615e4f1aa861ae05f72205dbfdcb85f200030f8 /plugins/Import/src/import.h
parent34db4ad88071f540981c6e33bde9107473afa6aa (diff)
Import: ability to import missing accounts & map them if they have different names
git-svn-id: http://svn.miranda-ng.org/main/trunk@10207 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Import/src/import.h')
-rw-r--r--plugins/Import/src/import.h11
1 files changed, 4 insertions, 7 deletions
diff --git a/plugins/Import/src/import.h b/plugins/Import/src/import.h
index 5733527f3c..81daba0722 100644
--- a/plugins/Import/src/import.h
+++ b/plugins/Import/src/import.h
@@ -62,7 +62,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#define PROGM_SETPROGRESS (WM_USER+10) //wParam=0..100
#define PROGM_ADDMESSAGE (WM_USER+11) //lParam=(char*)szText
-#define SetProgress(n) SendMessage(hdlgProgress,PROGM_SETPROGRESS,n,0)
#define ICQOSCPROTONAME "ICQ"
#define MSNPROTONAME "MSN"
@@ -92,15 +91,13 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#define IOPT_CONTACTS 4096
#define IOPT_GROUPS 8192
-void AddMessage( const TCHAR* fmt, ... );
-
-void mySet(MCONTACT hContact, const char* module, const char* var, DBVARIANT* dbv );
+void AddMessage(const TCHAR* fmt, ...);
INT_PTR CALLBACK WizardIntroPageProc(HWND hdlg, UINT message, WPARAM wParam, LPARAM lParam);
-INT_PTR CALLBACK ProgressPageProc(HWND hdlg,UINT message,WPARAM wParam,LPARAM lParam);
+INT_PTR CALLBACK ProgressPageProc(HWND hdlg, UINT message, WPARAM wParam, LPARAM lParam);
INT_PTR CALLBACK MirandaPageProc(HWND hdlg, UINT message, WPARAM wParam, LPARAM lParam);
-INT_PTR CALLBACK MirandaOptionsPageProc(HWND hdlg,UINT message,WPARAM wParam,LPARAM lParam);
-INT_PTR CALLBACK MirandaAdvOptionsPageProc(HWND hdlg,UINT message,WPARAM wParam,LPARAM lParam);
+INT_PTR CALLBACK MirandaOptionsPageProc(HWND hdlg, UINT message, WPARAM wParam, LPARAM lParam);
+INT_PTR CALLBACK MirandaAdvOptionsPageProc(HWND hdlg, UINT message, WPARAM wParam, LPARAM lParam);
INT_PTR CALLBACK FinishedPageProc(HWND hdlg, UINT message, WPARAM wParam, LPARAM lParam);
bool IsProtocolLoaded(const char* pszProtocolName);