]> granicus.if.org Git - apache/commitdiff
* support/htpasswd.c (seed_rand): Fix compiler warning.
authorJoe Orton <jorton@apache.org>
Fri, 22 Feb 2008 10:14:07 +0000 (10:14 +0000)
committerJoe Orton <jorton@apache.org>
Fri, 22 Feb 2008 10:14:07 +0000 (10:14 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@630139 13f79535-47bb-0310-9956-ffa450edef68

support/htpasswd.c

index c3d1d5fb4f3bd53e2b73e6f7eb3a2e02dc9df9ac..c94f2a757342bf1d0f097d8a4d8a98ebdce8d9f3 100644 (file)
@@ -126,7 +126,7 @@ static void generate_salt(char *s, size_t size)
     }
 }
 
-static apr_status_t seed_rand()
+static apr_status_t seed_rand(void)
 {
     int seed = 0;
     apr_status_t rv;