=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/servconf.h,v retrieving revision 1.41.2.2 retrieving revision 1.41.2.3 diff -u -r1.41.2.2 -r1.41.2.3 --- src/usr.bin/ssh/servconf.h 2002/03/09 00:20:44 1.41.2.2 +++ src/usr.bin/ssh/servconf.h 2002/06/02 22:56:10 1.41.2.3 @@ -1,4 +1,4 @@ -/* $OpenBSD: servconf.h,v 1.41.2.2 2002/03/09 00:20:44 miod Exp $ */ +/* $OpenBSD: servconf.h,v 1.41.2.3 2002/06/02 22:56:10 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 *);