doom3-gpl
Doom 3 GPL source release
|
#include "setup.h"
#include <stdio.h>
#include <string.h>
#include <curl/curl.h>
#include "urldata.h"
#include "sendf.h"
#include "speedcheck.h"
Go to the source code of this file.
Functions | |
void | Curl_speedinit (struct SessionHandle *data) |
CURLcode | Curl_speedcheck (struct SessionHandle *data, struct timeval now) |
CURLcode Curl_speedcheck | ( | struct SessionHandle * | data, |
struct timeval | now | ||
) |
Definition at line 39 of file speedcheck.c.
void Curl_speedinit | ( | struct SessionHandle * | data | ) |
Definition at line 34 of file speedcheck.c.