diff options
author | George Hazan <george.hazan@gmail.com> | 2012-07-28 16:23:55 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-07-28 16:23:55 +0000 |
commit | f3311cd7eb5e87b3718f763a3c08cd3764c84f51 (patch) | |
tree | dfca74c5949383d9bfcfed1bbed0dd3e9d4a67bb /src/modules/database/profilemanager.h | |
parent | c420cf1a7491cedc2d073d22d37b12a3a581bc44 (diff) |
- added MS_DB_SETDEFAULTPROFILE service for the service plugins
- added ability to call the service plugin before loading database
- changed the core module modules' loading order
git-svn-id: http://svn.miranda-ng.org/main/trunk@1225 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/modules/database/profilemanager.h')
-rw-r--r-- | src/modules/database/profilemanager.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/modules/database/profilemanager.h b/src/modules/database/profilemanager.h index e3ed554e56..848d2797d9 100644 --- a/src/modules/database/profilemanager.h +++ b/src/modules/database/profilemanager.h @@ -30,8 +30,6 @@ struct PROFILEMANAGERDATA DATABASELINK *dblink; // out
};
-int InitUtils(void);
-
char* makeFileName(const TCHAR* tszOriginalName);
int makeDatabase(TCHAR *profile, DATABASELINK * link, HWND hwndDlg);
int getProfileManager(PROFILEMANAGERDATA * pd);
|