Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
7638 views
1
#if !defined(CURL_STREAM_H) && defined(HAVE_CURL)
2
3
#define CURL_STREAM_H
4
5
fz_stream *fz_stream_from_curl(fz_context *ctx, char *url, void (*more_data)(void *,int), void *more_data_arg);
6
7
#endif
8
9