From: jbasney Date: Sun, 18 Feb 2007 17:53:17 +0000 (+0000) Subject: add prototype for expand_authorized_keys() X-Git-Tag: OPENSSH_4_5P1_20070218~2 X-Git-Url: http://andersk.mit.edu/gitweb/gssapi-openssh.git/commitdiff_plain/5fe1e2a865f3d0f5f86c8304fe44f104bd96088b?ds=inline add prototype for expand_authorized_keys() --- 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);