=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/readconf.h,v retrieving revision 1.18 retrieving revision 1.18.2.2 diff -u -r1.18 -r1.18.2.2 --- src/usr.bin/ssh/readconf.h 2000/05/08 17:12:15 1.18 +++ src/usr.bin/ssh/readconf.h 2000/09/01 18:23:21 1.18.2.2 @@ -13,7 +13,7 @@ * */ -/* RCSID("$Id: readconf.h,v 1.18 2000/05/08 17:12:15 markus Exp $"); */ +/* RCSID("$OpenBSD: readconf.h,v 1.18.2.2 2000/09/01 18:23:21 jason Exp $"); */ #ifndef READCONF_H #define READCONF_H @@ -30,6 +30,7 @@ typedef struct { int forward_agent; /* Forward authentication agent. */ int forward_x11; /* Forward X11 display. */ + char *xauth_location; /* Location for xauth program */ int gateway_ports; /* Allow remote connects to forwarded ports. */ int use_privileged_port; /* Don't use privileged port if false. */ int rhosts_authentication; /* Try rhosts authentication. */