]> sjero.net Git - wget/blobdiff - src/options.h
[svn] Remove the OPTIONS_DEFINED_HERE kludge.
[wget] / src / options.h
index e8cd8fb2122340cdd8136737eae3adf68b2077ae..ae66d8e235273a52d9f1f4984b934edfd2f40734 100644 (file)
@@ -152,9 +152,7 @@ struct options
 
   int page_requisites;         /* Whether we need to download all files
                                   necessary to display a page properly. */
-
-  struct sockaddr_in *bind_address; /* What local IP address to bind to. */
-
+  char *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
@@ -168,6 +166,4 @@ struct options
   char *cookies_output;
 };
 
-#ifndef OPTIONS_DEFINED_HERE
 extern struct options opt;
-#endif