aboutsummaryrefslogtreecommitdiffstats
path: root/cheesemap.h
diff options
context:
space:
mode:
Diffstat (limited to 'cheesemap.h')
-rw-r--r--cheesemap.h2
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 {