diff options
author | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2010-04-21 13:01:53 +0000 |
---|---|---|
committer | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2010-04-21 13:01:53 +0000 |
commit | c12debcb441a2078c30372ba77cfcf6bdb219bfd (patch) | |
tree | 83e95a90d743fc94751de2a4ddb2a9b33d645855 /updater/common.h | |
parent | 00a1cef967087b7c85b9ef39b63ba0662fa13080 (diff) |
Added beta indication when update
More performance improvements
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@509 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'updater/common.h')
-rw-r--r-- | updater/common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/updater/common.h b/updater/common.h index 45519a9..2387c94 100644 --- a/updater/common.h +++ b/updater/common.h @@ -108,7 +108,10 @@ extern bool is_idle; extern HANDLE hNetlibUser, hNetlibHttp;
+void* memmem (const void *buf1, size_t size1, const void *buf2, size_t size2);
+
void NLog(char *msg);
+void NLogF(const char *fmt, ...);
#ifdef _UNICODE
void NLog(wchar_t *msg);
|