X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/6a92533ad93af55501981ed6b89c905470b4a001..2717fa0f495d5dfeb9c4c898d61ea1c9d3ae1fca:/servconf.h?ds=sidebyside diff --git a/servconf.h b/servconf.h index 2e10b1c3..90ecbc70 100644 --- a/servconf.h +++ b/servconf.h @@ -11,7 +11,7 @@ * called by a name other than "ssh" or "Secure Shell". */ -/* RCSID("$OpenBSD: servconf.h,v 1.49 2001/08/17 18:59:47 stevesk Exp $"); */ +/* RCSID("$OpenBSD: servconf.h,v 1.50 2001/12/06 13:30:05 markus Exp $"); */ #ifndef SERVCONF_H #define SERVCONF_H @@ -135,5 +135,7 @@ typedef struct { void initialize_server_options(ServerOptions *); void read_server_config(ServerOptions *, const char *); void fill_default_server_options(ServerOptions *); +int process_server_config_line(ServerOptions *, char *, const char *, int); + #endif /* SERVCONF_H */