summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiza Sulistyo <riza@teluu.com>2015-04-10 13:19:47 +0000
committerRiza Sulistyo <riza@teluu.com>2015-04-10 13:19:47 +0000
commit58ee0789f54742a806b37d7664eb69c1df124eb1 (patch)
tree8d82e25f184cb2641b04d686080a4a552685119b
parentba679d84270333cbf4f6cb245b8edb7c2b442e33 (diff)
Misc (re #1782): Fixed build error when using PJ_POOL_DEBUG=1
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5061 74dad513-b988-da41-8d7b-12977e46ad98
-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__ */