[Freeswitch-svn] [commit] r11839 - freeswitch/trunk/libs/sofia-sip/libsofia-sip-ua/iptsec
FreeSWITCH SVN
mikej at freeswitch.org
Wed Feb 11 09:10:01 PST 2009
Author: mikej
Date: Wed Feb 11 11:10:01 2009
New Revision: 11839
Log:
Fri Jan 16 13:42:45 CST 2009 Pekka Pessi <first.last at nokia.com>
* test_auth_digest.c: fixed warnings from function declarations
Modified:
freeswitch/trunk/libs/sofia-sip/libsofia-sip-ua/iptsec/test_auth_digest.c
Modified: freeswitch/trunk/libs/sofia-sip/libsofia-sip-ua/iptsec/test_auth_digest.c
==============================================================================
--- freeswitch/trunk/libs/sofia-sip/libsofia-sip-ua/iptsec/test_auth_digest.c (original)
+++ freeswitch/trunk/libs/sofia-sip/libsofia-sip-ua/iptsec/test_auth_digest.c Wed Feb 11 11:10:01 2009
@@ -98,7 +98,7 @@
tv->tv_sec += offset;
}
-int test_digest()
+int test_digest(void)
{
char challenge[] = "Digest "
"realm=\"garage.sr.ntc.nokia.com\", "
@@ -476,7 +476,7 @@
}
/* Test digest authentication client and server */
-int test_digest_client()
+int test_digest_client(void)
{
BEGIN();
@@ -1196,7 +1196,7 @@
"\n";
/* Test digest authentication client and server */
-int test_module_io()
+int test_module_io(void)
{
auth_mod_t *am, am0[1];
auth_passwd_t *apw, *apw2;
More information about the Freeswitch-svn
mailing list