]> sjero.net Git - wget/blobdiff - src/options.h
[svn] Move path_simplify to url.c.
[wget] / src / options.h
index 92b812a4edb8cab41ba4b8e5b1ce2eb14743c04c..e8cd8fb2122340cdd8136737eae3adf68b2077ae 100644 (file)
@@ -139,6 +139,7 @@ struct options
   int htmlify;                 /* Do we HTML-ify the OS-dependent
                                   listings? */
 
+  char *dot_style;
   long dot_bytes;              /* How many bytes in a printing
                                   dot. */
   int dots_in_line;            /* How many dots in one line. */
@@ -159,6 +160,7 @@ struct options
   char *sslcertkey;            /* the keyfile for this certificate
                                   (if not internal) included in the
                                   certfile. */
+  char *sslegdsock;             /* optional socket of the egd daemon */
 #endif /* HAVE_SSL */
 
   int   cookies;