aboutsummaryrefslogtreecommitdiff
path: root/include/_alloc_fn.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/_alloc_fn.h')
-rw-r--r--include/_alloc_fn.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/_alloc_fn.h b/include/_alloc_fn.h
index 0ff6b58..09a792d 100644
--- a/include/_alloc_fn.h
+++ b/include/_alloc_fn.h
@@ -1,6 +1,7 @@
#ifndef MLIB__ALLOC_FN_H
#define MLIB__ALLOC_FN_H
-typedef void *(*alloc_fn)(void *ctx, void *ptr, size_t old, size_t new);
+typedef void *(*alloc_fn)(void *ctx, void *ptr, size_t old, size_t new,
+ size_t align);
#endif /* !MLIB__ALLOC_FN_H */