From e1d43133dc56ded6fce324f5e153b55fbe4a9ce7 Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> Date: Sun, 20 Mar 2011 04:25:10 +0000 Subject: Fixed update detection git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@590 4f64403b-2f21-0410-a795-97e2b3489a10 --- updater/common.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'updater/common.h') 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); -- cgit v1.2.3