ManaPlus
Data Structures | Namespaces | Typedefs
download.h File Reference

(986a3bf)

#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 Documentation

◆ DownloadUpdate

typedef int(* DownloadUpdate) (void *ptr, const DownloadStatusT status, size_t total, const size_t remaining)

Definition at line 35 of file download.h.

◆ WriteFunction

typedef size_t(* WriteFunction) (void *ptr, size_t size, size_t nmemb, void *stream)

Definition at line 41 of file download.h.