From 5fe1e2a865f3d0f5f86c8304fe44f104bd96088b Mon Sep 17 00:00:00 2001 From: jbasney Date: Sun, 18 Feb 2007 17:53:17 +0000 Subject: [PATCH] add prototype for expand_authorized_keys() --- openssh/auth.h | 1 + 1 file changed, 1 insertion(+) diff --git a/openssh/auth.h b/openssh/auth.h index f63c3ee..9ba2975 100644 --- a/openssh/auth.h +++ b/openssh/auth.h @@ -151,6 +151,7 @@ void auth_log(Authctxt *, int, char *, char *); void userauth_finish(Authctxt *, int, char *); void userauth_send_banner(const char *); int auth_root_allowed(char *); +char *expand_authorized_keys(const char *filename, struct passwd *pw); char *auth2_read_banner(void); -- 2.45.1