lib/sparkey/native.rb in sparkey-1.1.0 vs lib/sparkey/native.rb in sparkey-1.2.0
- old
+ new
@@ -91,8 +91,9 @@
attach_function :hash_get, :sparkey_hash_get, [:pointer, :pointer, :uint64, :pointer], RETURN_CODE
attach_function :hash_numentries, :sparkey_hash_numentries, [:pointer], :uint64
attach_function :hash_numcollisions, :sparkey_hash_numcollisions, [:pointer], :uint64
attach_function :create_log_filename, :sparkey_create_log_filename, [:string], :string
+ attach_function :create_index_filename, :sparkey_create_index_filename, [:string], :string
attach_function :error_string, :sparkey_errstring, [RETURN_CODE], :string
end