summaryrefslogtreecommitdiff
path: root/src/modules/database/profilemanager.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2014-07-20 13:01:37 +0000
committerGeorge Hazan <george.hazan@gmail.com>2014-07-20 13:01:37 +0000
commitab502692721d3904912577e3aeab6e273d0aee5c (patch)
treeb9f6e4f73e107c723efe4e70f072d3e2fd5d3bf9 /src/modules/database/profilemanager.h
parent2fd4ab0c905354393036e324e76527d7e78a2305 (diff)
single profile that requires conversion also to raise up Profile Manager
git-svn-id: http://svn.miranda-ng.org/main/trunk@9885 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/modules/database/profilemanager.h')
-rw-r--r--src/modules/database/profilemanager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/database/profilemanager.h b/src/modules/database/profilemanager.h
index fa8e758edc..f920b464b2 100644
--- a/src/modules/database/profilemanager.h
+++ b/src/modules/database/profilemanager.h
@@ -34,6 +34,7 @@ struct PROFILEMANAGERDATA
};
char* makeFileName(const TCHAR *tszOriginalName);
+int touchDatabase(const TCHAR *tszProfile, DATABASELINK **pDblink);
int getProfileManager(PROFILEMANAGERDATA *pd);
int getProfilePath(TCHAR *buf, size_t cch);
int isValidProfileName(const TCHAR *name);