]> sjero.net Git - wget/blobdiff - src/options.h
[svn] Applied Christian Fraenkel's patch "custom certificate patch for wget-1.7+dev;
[wget] / src / options.h
index e080adb03000c7609c06dcc07ed57ab31f5770d2..13b0bf20e41adb426498f318669cd7e00854b0f7 100644 (file)
@@ -73,6 +73,9 @@ struct options
                                   FTP. */
   char *output_document;       /* The output file to which the
                                   documents will be printed.  */
+  int od_known_regular;                /* whether output_document is a
+                                   regular file we can manipulate,
+                                   i.e. not `-' or a device file. */
   FILE *dfp;                   /* The file pointer to the output
                                   document. */
 
@@ -150,6 +153,13 @@ struct options
                                   necessary to display a page properly. */
 
   struct sockaddr_in *bind_address; /* What local IP address to bind to. */
+
+#ifdef HAVE_SSL
+  char *sslcertfile;           /* external client cert to use. */
+  char *sslcertkey;            /* the keyfile for this certificate
+                                  (if not internal) included in the
+                                  certfile. */
+#endif /* HAVE_SSL */
 };
 
 #ifndef OPTIONS_DEFINED_HERE