summaryrefslogtreecommitdiff
path: root/pjlib/include/pj/guid.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/guid.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/guid.h')
-rw-r--r--pjlib/include/pj/guid.h4
1 files changed, 2 insertions, 2 deletions
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 <benny@prijono.org>
*
@@ -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,