]> andersk Git - gssapi-openssh.git/blobdiff - openssh/auth.h
merged OpenSSH 3.9p1 to trunk
[gssapi-openssh.git] / openssh / auth.h
index f63c3ee802e9c516f484de52d2aa6abe4f5afc6a..5c05408febd1b4cd821684224bdfa012db33a7ae 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: auth.h,v 1.58 2006/08/18 09:15:20 markus Exp $ */
+/* $OpenBSD: auth.h,v 1.60 2007/09/21 08:15:29 djm Exp $ */
 
 /*
  * Copyright (c) 2000 Markus Friedl.  All rights reserved.
@@ -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.02642 seconds and 4 git commands to generate.