]> andersk Git - openssh.git/blobdiff - readconf.h
- stevesk@cvs.openbsd.org 2001/09/03 20:58:33
[openssh.git] / readconf.h
index 802fd1908a2a64313124b84f1458ad419011f646..faeef1dbfba31a37dc26eea8e1d4ea71878285a1 100644 (file)
@@ -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 *);
This page took 0.036357 seconds and 4 git commands to generate.