summaryrefslogtreecommitdiff
path: root/request.c
blob: 1aae9702761c26a2c1cd0caae6a5f5380dcf43a4 (plain)
1
2
3
4
#include "icclient/request.h"

extern inline void request(const char *, size_t (*)(void *, size_t, size_t, void *)
		, void *, struct curl_httppost *);