Sha256: 1ee4d178cc85e111b907a837841ee2763bbcbbb1912a23fff71720ac19f4e9d8
Contents?: true
Size: 569 Bytes
Versions: 6906
Compression:
Stored size: 569 Bytes
Contents
# frozen_string_literal: true module Ethon module Curl callback :callback, [:pointer, :size_t, :size_t, :pointer], :size_t callback :socket_callback, [:pointer, :int, :poll_action, :pointer, :pointer], :multi_code callback :timer_callback, [:pointer, :long, :pointer], :multi_code 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
6,906 entries across 6,904 versions & 23 rubygems