diff options
Diffstat (limited to 'src/microhttpd/memorypool.h')
-rw-r--r-- | src/microhttpd/memorypool.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/microhttpd/memorypool.h b/src/microhttpd/memorypool.h index abd53365..6f5d539d 100644 --- a/src/microhttpd/memorypool.h +++ b/src/microhttpd/memorypool.h | |||
@@ -105,9 +105,9 @@ MHD_pool_allocate (struct MemoryPool *pool, | |||
105 | */ | 105 | */ |
106 | void * | 106 | void * |
107 | MHD_pool_reallocate (struct MemoryPool *pool, | 107 | MHD_pool_reallocate (struct MemoryPool *pool, |
108 | void *old, | 108 | void *old, |
109 | size_t old_size, | 109 | size_t old_size, |
110 | size_t new_size); | 110 | size_t new_size); |
111 | 111 | ||
112 | 112 | ||
113 | /** | 113 | /** |
@@ -135,8 +135,8 @@ MHD_pool_get_free (struct MemoryPool *pool); | |||
135 | */ | 135 | */ |
136 | void * | 136 | void * |
137 | MHD_pool_reset (struct MemoryPool *pool, | 137 | MHD_pool_reset (struct MemoryPool *pool, |
138 | void *keep, | 138 | void *keep, |
139 | size_t copy_bytes, | 139 | size_t copy_bytes, |
140 | size_t new_size); | 140 | size_t new_size); |
141 | 141 | ||
142 | #endif | 142 | #endif |