Skip to content

Commit

Permalink
Merge pull request ElektraInitiative#9 from ElektraInitiative/remove_t
Browse files Browse the repository at this point in the history
cursor_t -> elektraCursor
  • Loading branch information
markus2330 authored Jun 30, 2020
2 parents 6204fe8 + 3d90a42 commit 330ea4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kdb/keyset.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ func (ks *CKeySet) toKey(k *C.struct__Key) *CKey {
// forEach provides an easy way of looping of the keyset by passing
// an iterator function.
func (ks *CKeySet) forEach(iterator Iterator) {
cursor := C.cursor_t(0)
cursor := C.elektraCursor(0)

if ks.Len() < 1 {
return
Expand Down

0 comments on commit 330ea4c

Please sign in to comment.