summaryrefslogtreecommitdiff
path: root/db3x_autobackups/database.h
diff options
context:
space:
mode:
Diffstat (limited to 'db3x_autobackups/database.h')
-rw-r--r--db3x_autobackups/database.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/db3x_autobackups/database.h b/db3x_autobackups/database.h
index 67ed205..aebfac4 100644
--- a/db3x_autobackups/database.h
+++ b/db3x_autobackups/database.h
@@ -179,7 +179,7 @@ typedef struct
DBCachedContactValueList;
//databasecorruption: with NULL called if any signatures are broken. very very fatal
-void DatabaseCorruption(char *text);
+void DatabaseCorruption(TCHAR *text);
PBYTE DBRead(DWORD ofs,int bytesRequired,int *bytesAvail); //any preview result could be invalidated by the next call
void DBWrite(DWORD ofs,PVOID pData,int count);
void DBFill(DWORD ofs,int bytes);