]> andersk Git - openssh.git/blobdiff - auth-options.h
One way to massive patch. <sigh> It compiles and works under Linux..
[openssh.git] / auth-options.h
index 00fae22307d1c193926f58e9aae3bc39dec50c5c..76d420d23338a35b277fb5c179d0c649a3540d7a 100644 (file)
@@ -11,7 +11,7 @@
  * called by a name other than "ssh" or "Secure Shell".
  */
 
-/* $OpenBSD: auth-options.h,v 1.5 2000/10/16 09:38:44 djm Exp $ */
+/* $OpenBSD: auth-options.h,v 1.6 2000/12/19 23:17:55 markus Exp $ */
 
 #ifndef AUTH_OPTIONS_H
 #define AUTH_OPTIONS_H
@@ -24,7 +24,7 @@ extern char *forced_command;
 extern struct envstring *custom_environment;
 
 /* return 1 if access is granted, 0 if not. side effect: sets key option flags */
-int    auth_parse_options(struct passwd *pw, char *options, unsigned long linenum);
+int    auth_parse_options(struct passwd *pw, char *options, u_long linenum);
 /* reset options flags */
 void   auth_clear_options(void);
 
This page took 0.053953 seconds and 4 git commands to generate.