Files
mock-gui/locallibs/ruby-rpm-ffi/lib/rpm/c/rpmcli.rb
2025-03-15 00:01:18 +03:00

7 lines
148 B
Ruby

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