#ifndef DOWNLOAD_H
#define DOWNLOAD_H

#include <pthread.h>

void * http_get(void *);

#endif


syntax highlighted by Code2HTML, v. 0.9.1