summaryrefslogtreecommitdiff
path: root/src/pool.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pool.h')
-rw-r--r--src/pool.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pool.h b/src/pool.h
index a92589087..54a2861ed 100644
--- a/src/pool.h
+++ b/src/pool.h
@@ -120,4 +120,6 @@ extern bool git_pool__ptr_in_pool(git_pool *pool, void *ptr);
extern uint32_t git_pool__system_page_size(void);
+extern uint32_t git_pool__suggest_items_per_page(uint32_t item_size);
+
#endif