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

7 lines
148 B
Ruby
Raw Normal View History

2025-03-15 00:01:18 +03:00
module RPM
module C
attach_function 'rpmShowProgress', %i[pointer rpmCallbackType rpm_loff_t rpm_loff_t fnpyKey pointer], :pointer
end
end