Windows Launcher: Download and install dependencies
[gpodder.git] / tools / win32-launcher / downloader.h
blob4ec129bda41dcc14ac1b26875aa3a8d0f3df4517
1 #ifndef __DOWNLOADER_H
2 #define __DOWNLOADER_H
4 unsigned long
5 DownloadFile(const char *filename, const char *url, unsigned long size);
7 #endif