* 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
tv->tv_sec += offset;
}
-int test_digest()
+int test_digest(void)
{
char challenge[] = "Digest "
"realm=\"garage.sr.ntc.nokia.com\", "
}
/* Test digest authentication client and server */
-int test_digest_client()
+int test_digest_client(void)
{
BEGIN();
"\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;