7 lines
148 B
Ruby
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
|