#include <stdio.h>
#include <string.h>
#include <sys/time.h>
#include <unistd.h>
#include <curl/curl.h>
Go to the source code of this file.
Defines | |
#define | FTP_HANDLE 1 /* Index for the FTP transfer */ |
#define | HANDLECOUNT 2 /* Number of simultaneous transfers */ |
#define | HTTP_HANDLE 0 /* Index for the HTTP transfer */ |
Functions | |
int | main (void) |
#define FTP_HANDLE 1 /* Index for the FTP transfer */ |
Definition at line 44 of file multi-app.c.
#define HANDLECOUNT 2 /* Number of simultaneous transfers */ |
Definition at line 42 of file multi-app.c.
#define HTTP_HANDLE 0 /* Index for the HTTP transfer */ |
Definition at line 43 of file multi-app.c.
int main | ( | void | ) |
Definition at line 46 of file multi-app.c.