mock build
This commit is contained in:
11
locallibs/ruby-rpm-ffi/lib/rpm/c/rpmps.rb
Normal file
11
locallibs/ruby-rpm-ffi/lib/rpm/c/rpmps.rb
Normal file
@@ -0,0 +1,11 @@
|
||||
module RPM
|
||||
module C
|
||||
typedef :pointer, :rpmps
|
||||
typedef :pointer, :rpmpsi
|
||||
|
||||
attach_function 'rpmpsInitIterator', [:rpmps], :rpmpsi
|
||||
attach_function 'rpmpsNextIterator', [:rpmpsi], :int
|
||||
attach_function 'rpmpsGetProblem', [:rpmpsi], :rpmProblem
|
||||
attach_function 'rpmpsFree', [:rpmps], :rpmps
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user