summaryrefslogtreecommitdiff
path: root/pjlib/include/pj/pool_buf.h
diff options
context:
space:
mode:
Diffstat (limited to 'pjlib/include/pj/pool_buf.h')
-rw-r--r--pjlib/include/pj/pool_buf.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/pjlib/include/pj/pool_buf.h b/pjlib/include/pj/pool_buf.h
index 92af2d2b..e50ee080 100644
--- a/pjlib/include/pj/pool_buf.h
+++ b/pjlib/include/pj/pool_buf.h
@@ -70,6 +70,7 @@
* @{
*/
+PJ_BEGIN_DECL
/**
* Create the pool using the specified buffer as the pool's memory.
@@ -93,6 +94,8 @@ PJ_DECL(pj_pool_t*) pj_pool_create_on_buf(const char *name,
void *buf,
pj_size_t size);
+PJ_END_DECL
+
/**
* @}
*/