提交 95da6749 authored 作者: Michael Jerris's avatar Michael Jerris

Fri Jan 16 13:42:45 CST 2009 Pekka Pessi <first.last@nokia.com>

  * test_auth_digest.c: fixed warnings from function declarations



git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11839 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 3a1ac492
......@@ -98,7 +98,7 @@ void offset_time(su_time_t *tv)
tv->tv_sec += offset;
}
int test_digest()
int test_digest(void)
{
char challenge[] = "Digest "
"realm=\"garage.sr.ntc.nokia.com\", "
......@@ -476,7 +476,7 @@ void reinit_as(auth_status_t *as)
}
/* Test digest authentication client and server */
int test_digest_client()
int test_digest_client(void)
{
BEGIN();
......@@ -1196,7 +1196,7 @@ char const passwd[] =
"\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;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论