Sha256: 42afe3b147334d7a1412ca4552d293f39b5f3d1e7dfcaacfe413aa51004db911
Contents?: true
Size: 373 Bytes
Versions: 34
Compression:
Stored size: 373 Bytes
Contents
module Ethon module Curl callback :callback, [:pointer, :size_t, :size_t, :pointer], :size_t callback :debug_callback, [:pointer, :debug_info_type, :pointer, :size_t, :pointer], :int callback :progress_callback, [:pointer, :long_long, :long_long, :long_long, :long_long], :int ffi_lib_flags :now, :global ffi_lib ['libcurl', 'libcurl.so.4'] end end
Version data entries
34 entries across 33 versions & 7 rubygems