From edc0cf26d11d708320ade92e066d4f3e84e20112 Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Wed, 12 Sep 2001 18:32:20 +0000 Subject: - stevesk@cvs.openbsd.org 2001/09/03 20:58:33 [readconf.c readconf.h ssh.c] fatal() for nonexistent -Fssh_config. ok markus@ --- readconf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'readconf.h') diff --git a/readconf.h b/readconf.h index 802fd190..faeef1db 100644 --- a/readconf.h +++ b/readconf.h @@ -11,7 +11,7 @@ * called by a name other than "ssh" or "Secure Shell". */ -/* RCSID("$OpenBSD: readconf.h,v 1.37 2001/08/01 22:03:33 markus Exp $"); */ +/* RCSID("$OpenBSD: readconf.h,v 1.38 2001/09/03 20:58:33 stevesk Exp $"); */ #ifndef READCONF_H #define READCONF_H @@ -105,7 +105,7 @@ typedef struct { void initialize_options(Options *); void fill_default_options(Options *); -void read_config_file(const char *, const char *, Options *); +int read_config_file(const char *, const char *, Options *); int process_config_line(Options *, const char *, char *, const char *, int, int *); -- cgit v1.2.1