]> andersk Git - openssh.git/blobdiff - readconf.h
- Merged more OpenBSD CVS changes:
[openssh.git] / readconf.h
index 063377521197781670ad91e109938beb439b04ef..adb3975578794d3fd1ac8299e022df693ce72990 100644 (file)
@@ -92,8 +92,9 @@ void initialize_options(Options *options);
 void fill_default_options(Options *options);
 
 /* Processes a single option line as used in the configuration files. 
-   This only sets those values that have not already been set. */
-void process_config_line(Options *options, const char *host,
+   This only sets those values that have not already been set.
+   Returns 0 for legal options */
+int process_config_line(Options *options, const char *host,
                         char *line, const char *filename, int linenum,
                         int *activep);
 
This page took 0.045444 seconds and 4 git commands to generate.