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

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