summaryrefslogtreecommitdiff
path: root/updater/common.h
diff options
context:
space:
mode:
author(no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10>2011-03-20 04:25:10 +0000
committer(no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10>2011-03-20 04:25:10 +0000
commite1d43133dc56ded6fce324f5e153b55fbe4a9ce7 (patch)
treeef96da218ae94f7cee50e895b0731b4d4c6b16f9 /updater/common.h
parentffc6719a95a520a4d1b0705d48faf3734ae1e9df (diff)
Fixed update detection
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@590 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'updater/common.h')
-rw-r--r--updater/common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/updater/common.h b/updater/common.h
index 8450b21..de17bd0 100644
--- a/updater/common.h
+++ b/updater/common.h
@@ -119,6 +119,8 @@ extern bool is_idle;
extern HANDLE hNetlibUser, hNetlibHttp;
+int FindFileInList(const char *name);
+
void* memmem (const void *buf1, size_t size1, const void *buf2, size_t size2);
void NLog(char *msg);