summaryrefslogtreecommitdiff
path: root/servconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'servconf.h')
-rw-r--r--servconf.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/servconf.h b/servconf.h
index 6256c3a37..a71b7c135 100644
--- a/servconf.h
+++ b/servconf.h
@@ -11,7 +11,7 @@
11 * called by a name other than "ssh" or "Secure Shell". 11 * called by a name other than "ssh" or "Secure Shell".
12 */ 12 */
13 13
14/* RCSID("$OpenBSD: servconf.h,v 1.44 2001/06/23 02:34:31 markus Exp $"); */ 14/* RCSID("$OpenBSD: servconf.h,v 1.45 2001/06/26 06:33:00 itojun Exp $"); */
15 15
16#ifndef SERVCONF_H 16#ifndef SERVCONF_H
17#define SERVCONF_H 17#define SERVCONF_H
@@ -132,15 +132,15 @@ typedef struct {
132 * Initializes the server options to special values that indicate that they 132 * Initializes the server options to special values that indicate that they
133 * have not yet been set. 133 * have not yet been set.
134 */ 134 */
135void initialize_server_options(ServerOptions * options); 135void initialize_server_options(ServerOptions *);
136 136
137/* 137/*
138 * Reads the server configuration file. This only sets the values for those 138 * Reads the server configuration file. This only sets the values for those
139 * options that have the special value indicating they have not been set. 139 * options that have the special value indicating they have not been set.
140 */ 140 */
141void read_server_config(ServerOptions * options, const char *filename); 141void read_server_config(ServerOptions *, const char *);
142 142
143/* Sets values for those values that have not yet been set. */ 143/* Sets values for those values that have not yet been set. */
144void fill_default_server_options(ServerOptions * options); 144void fill_default_server_options(ServerOptions *);
145 145
146#endif /* SERVCONF_H */ 146#endif /* SERVCONF_H */