]> andersk Git - gssapi-openssh.git/commitdiff
add prototype for expand_authorized_keys()
authorjbasney <jbasney>
Sun, 18 Feb 2007 17:53:17 +0000 (17:53 +0000)
committerjbasney <jbasney>
Sun, 18 Feb 2007 17:53:17 +0000 (17:53 +0000)
openssh/auth.h

index f63c3ee802e9c516f484de52d2aa6abe4f5afc6a..9ba2975dce19139ecc356e6778809c806365f755 100644 (file)
@@ -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);
 
This page took 0.042994 seconds and 5 git commands to generate.