summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pjlib/include/pj/pool_alt.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/pjlib/include/pj/pool_alt.h b/pjlib/include/pj/pool_alt.h
index 6b9b9df7..c5f012dd 100644
--- a/pjlib/include/pj/pool_alt.h
+++ b/pjlib/include/pj/pool_alt.h
@@ -22,6 +22,7 @@
#define __PJ_POOL_H__
+PJ_BEGIN_DECL
/**
* The type for function to receive callback from the pool when it is unable
@@ -194,5 +195,7 @@ typedef struct pj_pool_block
#define pj_caching_pool_destroy(cp)
#define pj_pool_factory_dump(pf, detail)
+PJ_END_DECL
+
#endif /* __PJ_POOL_ALT_H__ */