From d5b0a53c2093c4363d6503b848acdc02639d49d2 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Fri, 11 Jul 2008 00:56:07 +0000 Subject: Fixed gcc function is not a prototype warnings git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2121 74dad513-b988-da41-8d7b-12977e46ad98 --- pjlib/include/pj/guid.h | 4 ++-- pjlib/include/pj/pool.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'pjlib') diff --git a/pjlib/include/pj/guid.h b/pjlib/include/pj/guid.h index cabdcba5..70a75725 100644 --- a/pjlib/include/pj/guid.h +++ b/pjlib/include/pj/guid.h @@ -1,4 +1,4 @@ -/* $Id:$ */ +/* $Id$ */ /* * Copyright (C)2003-2008 Benny Prijono * @@ -62,7 +62,7 @@ PJ_DECL_DATA(const unsigned) PJ_GUID_STRING_LENGTH; /** * Get #PJ_GUID_STRING_LENGTH constant. */ -PJ_DECL(unsigned) pj_GUID_STRING_LENGTH(); +PJ_DECL(unsigned) pj_GUID_STRING_LENGTH(void); /** * PJ_GUID_MAX_LENGTH specifies the maximum length of GUID string, 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. -- cgit v1.2.3