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.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/_alloc_fn.h b/include/_alloc_fn.h
deleted file mode 100644
index aae4bd0..0000000
--- a/include/_alloc_fn.h
+++ /dev/null
@@ -1,7 +0,0 @@
-#ifndef MLIB__ALLOC_FN_H
-#define MLIB__ALLOC_FN_H
-
-typedef void *(*alloc_fn)(void *ctx, void *ptr, size_t old, size_t new,
- size_t elemsz, size_t align);
-
-#endif /* !MLIB__ALLOC_FN_H */