Sha256: 5e97c6758d0c7f5f51cdc36b5112c25edcc2645af2757ee28c14ee0c366d80f8
Contents?: true
Size: 370 Bytes
Versions: 36
Compression:
Stored size: 370 Bytes
Contents
#ifndef TYPHOEUS_NATIVE #define TYPHOEUS_NATIVE #include <ruby.h> #include <curl/curl.h> #include <curl/easy.h> #include <curl/multi.h> void Init_native(); extern VALUE mTyphoeus; extern void init_typhoeus_easy(); extern void init_typhoeus_multi(); #endif #ifndef RSTRING_PTR #define RSTRING_PTR(s) (RSTRING(s)->ptr) #define RSTRING_LEN(s) (RSTRING(s)->len) #endif
Version data entries
36 entries across 36 versions & 6 rubygems