src/network/download.cpp File Reference

#include <curl/curl.h>
#include "download.h"

Include dependency graph for download.cpp:

Go to the source code of this file.

Functions

size_t download_callback (void *buf, size_t size, size_t nmemb, void *fd)

Variables

Downloader downloader


Function Documentation

size_t download_callback ( void *  buf,
size_t  size,
size_t  nmemb,
void *  fd 
)

Definition at line 37 of file download.cpp.

00038 {
00039   fwrite(buf, size, nmemb, (FILE*)fd);
00040   return nmemb;
00041 }

Here is the caller graph for this function:


Variable Documentation

Downloader downloader

Definition at line 25 of file download.cpp.


Generated on Mon Jan 1 13:22:19 2007 for Wormux by  doxygen 1.4.7