]> andersk Git - openssh.git/blobdiff - auth.h
- (djm) OpenBSD CVS updates:
[openssh.git] / auth.h
diff --git a/auth.h b/auth.h
index 72126e0992d9bb5834e07c233ac322dafec32429..61b1f2c5c7220f80ac3ef85aa16e7f086ef219cf 100644 (file)
--- a/auth.h
+++ b/auth.h
@@ -7,7 +7,7 @@ void    do_authentication2(void);
 struct passwd *
 auth_get_user(void);
 
-int allowed_user(struct passwd * pw);;
+int allowed_user(struct passwd * pw);
 
 #define AUTH_FAIL_MAX 6
 #define AUTH_FAIL_LOG (AUTH_FAIL_MAX/2)
This page took 0.036264 seconds and 4 git commands to generate.