summaryrefslogtreecommitdiff
path: root/pjlib/include/pj/pool.h
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2008-07-11 00:56:07 +0000
committerBenny Prijono <bennylp@teluu.com>2008-07-11 00:56:07 +0000
commitd5b0a53c2093c4363d6503b848acdc02639d49d2 (patch)
treed368bfa1cd953088f28bae9561507c63f31fb5be /pjlib/include/pj/pool.h
parent631da1ea7d2af6aa636d5cc11b5e823631c9623a (diff)
Fixed gcc function is not a prototype warnings
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2121 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjlib/include/pj/pool.h')
-rw-r--r--pjlib/include/pj/pool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pjlib/include/pj/pool.h b/pjlib/include/pj/pool.h
index 14d0fc8e..e8fa943f 100644
--- a/pjlib/include/pj/pool.h
+++ b/pjlib/include/pj/pool.h
@@ -622,7 +622,7 @@ PJ_DECL_DATA(int) PJ_NO_MEMORY_EXCEPTION;
/**
* Get #PJ_NO_MEMORY_EXCEPTION constant.
*/
-PJ_DECL(int) pj_NO_MEMORY_EXCEPTION();
+PJ_DECL(int) pj_NO_MEMORY_EXCEPTION(void);
/**
* This global variable points to default memory pool factory policy.