aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/memorypool.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/memorypool.h')
-rw-r--r--src/microhttpd/memorypool.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/microhttpd/memorypool.h b/src/microhttpd/memorypool.h
index c5fe7ada..abd53365 100644
--- a/src/microhttpd/memorypool.h
+++ b/src/microhttpd/memorypool.h
@@ -43,6 +43,12 @@
43 */ 43 */
44struct MemoryPool; 44struct MemoryPool;
45 45
46/**
47 * Initilise values for memory pools
48 */
49void
50MHD_init_mem_pools_ (void);
51
46 52
47/** 53/**
48 * Create a memory pool. 54 * Create a memory pool.