=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/servconf.h,v retrieving revision 1.49.2.1 retrieving revision 1.49.2.2 diff -u -r1.49.2.1 -r1.49.2.2 --- src/usr.bin/ssh/servconf.h 2002/03/07 17:37:47 1.49.2.1 +++ src/usr.bin/ssh/servconf.h 2002/05/17 00:03:24 1.49.2.2 @@ -1,4 +1,4 @@ -/* $OpenBSD: servconf.h,v 1.49.2.1 2002/03/07 17:37:47 jason Exp $ */ +/* $OpenBSD: servconf.h,v 1.49.2.2 2002/05/17 00:03:24 miod Exp $ */ /* * Author: Tatu Ylonen @@ -129,7 +129,6 @@ char *authorized_keys_file; /* File containing public keys */ char *authorized_keys_file2; - } ServerOptions; void initialize_server_options(ServerOptions *);