mock-gui/locallibs/ruby-rpm-ffi/lib/rpm/c/rpmcli.rb

7 lines
148 B

module RPM
module C
attach_function 'rpmShowProgress', %i[pointer rpmCallbackType rpm_loff_t rpm_loff_t fnpyKey pointer], :pointer
end
end