![]() |
ManaPlus
|
#include "enums/net/downloadstatus.h"#include <curl/curl.h>#include <string>#include <queue>#include "localconsts.h"Go to the source code of this file.
Data Structures | |
| class | Net::Download |
Namespaces | |
| Net | |
Typedefs | |
| typedef int(* | DownloadUpdate) (void *ptr, const DownloadStatusT status, size_t total, const size_t remaining) |
| typedef size_t(* | WriteFunction) (void *ptr, size_t size, size_t nmemb, void *stream) |
| typedef int(* DownloadUpdate) (void *ptr, const DownloadStatusT status, size_t total, const size_t remaining) |
Definition at line 35 of file download.h.
| typedef size_t(* WriteFunction) (void *ptr, size_t size, size_t nmemb, void *stream) |
Definition at line 41 of file download.h.