#ifndef TYPHOEUS_MULTI #define TYPHOEUS_MULTI #include #include VALUE cTyphoeusMulti; typedef struct { int running; int active; CURLM *multi; } CurlMulti; void init_typhoeus_multi(); #endif