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

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