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

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