]> andersk Git - openssh.git/blobdiff - servconf.h
- (bal) OpenBSD Sync
[openssh.git] / servconf.h
index 7d5016662caf1df2a7b4e09cd3c9264fdbbbbe0c..532b22f6e67487a52046f8cb8cf5c8feb8d02bb9 100644 (file)
@@ -11,7 +11,7 @@
  * called by a name other than "ssh" or "Secure Shell".
  */
 
-/* RCSID("$OpenBSD: servconf.h,v 1.32 2000/12/19 23:17:58 markus Exp $"); */
+/* RCSID("$OpenBSD: servconf.h,v 1.33 2001/01/08 22:29:05 markus Exp $"); */
 
 #ifndef SERVCONF_H
 #define SERVCONF_H
@@ -104,6 +104,7 @@ typedef struct {
        int     max_startups_begin;
        int     max_startups_rate;
        int     max_startups;
+       char   *banner;                 /* SSH-2 banner message */
 
 }       ServerOptions;
 /*
This page took 0.037386 seconds and 4 git commands to generate.