diff options
| author | Fabrice <fabrice@schaub-dev.xyz> | 2026-03-22 18:33:53 +0100 |
|---|---|---|
| committer | Fabrice <fabrice@schaub-dev.xyz> | 2026-03-22 18:33:53 +0100 |
| commit | d6d67679fb5618a7db217088f85057c75f7f2f03 (patch) | |
| tree | 5edec153baa5572fadebffe25aa2e0675956d940 /cheesemap.h | |
| parent | cd38e101fcba293dbfe3ac9803bb9a7b673948fa (diff) | |
fix naming
Diffstat (limited to 'cheesemap.h')
| -rw-r--r-- | cheesemap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cheesemap.h b/cheesemap.h index 9a2fab9..be4d584 100644 --- a/cheesemap.h +++ b/cheesemap.h @@ -143,7 +143,7 @@ struct cheesemap_raw_iter { void cm_raw_iter_init(struct cheesemap_raw_iter* iter, const struct cheesemap_raw* map, uintptr_t entry_size, uintptr_t start_index); -bool cheesemap_raw_iter_next(struct cheesemap_raw_iter* iter, +bool cm_raw_iter_next(struct cheesemap_raw_iter* iter, uintptr_t entry_size, uintptr_t* out_index); struct cheesemap_iter { |
