summaryrefslogtreecommitdiff
path: root/auth-rhosts.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth-rhosts.c')
-rw-r--r--auth-rhosts.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/auth-rhosts.c b/auth-rhosts.c
index 324a0f925..9ba64dbc3 100644
--- a/auth-rhosts.c
+++ b/auth-rhosts.c
@@ -14,7 +14,7 @@
14 */ 14 */
15 15
16#include "includes.h" 16#include "includes.h"
17RCSID("$OpenBSD: auth-rhosts.c,v 1.23 2001/04/12 19:15:24 markus Exp $"); 17RCSID("$OpenBSD: auth-rhosts.c,v 1.24 2001/06/23 15:12:17 itojun Exp $");
18 18
19#include "packet.h" 19#include "packet.h"
20#include "xmalloc.h" 20#include "xmalloc.h"
@@ -34,7 +34,7 @@ extern ServerOptions options;
34 * based on the file, and returns zero otherwise. 34 * based on the file, and returns zero otherwise.
35 */ 35 */
36 36
37int 37static int
38check_rhosts_file(const char *filename, const char *hostname, 38check_rhosts_file(const char *filename, const char *hostname,
39 const char *ipaddr, const char *client_user, 39 const char *ipaddr, const char *client_user,
40 const char *server_user) 40 const char *server_user)