diff options
Diffstat (limited to 'updater/common.h')
-rw-r--r-- | updater/common.h | 2 |
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);
|