summaryrefslogtreecommitdiff
path: root/request.c
blob: 6b6a07dd7ed04f61976d9e133f0323e04af778c7 (plain)
1
2
3
4
5
6
7
8
9
#include "request.h"

extern inline void request(icclient_handler, void *,
#ifdef __EMSCRIPTEN__
		int
#else
		struct curl_httppost *
#endif
		, char *, ...);