X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Foptions.h;fp=src%2Foptions.h;h=9358e3023a5a9893b55a7f9a62346258bcdf383b;hp=563207f5989564eda88a3510019a945bdd3f546b;hb=38a7829dcb4eb5dba28dbf0f05c6a80fea9217f8;hpb=351e438e5109856d8e97af19583e655aa2f1bb4c diff --git a/src/options.h b/src/options.h index 563207f5..9358e302 100644 --- a/src/options.h +++ b/src/options.h @@ -69,8 +69,8 @@ struct options char **accepts; /* List of patterns to accept. */ char **rejects; /* List of patterns to reject. */ - char **excludes; /* List of excluded FTP directories. */ - char **includes; /* List of FTP directories to + const char **excludes; /* List of excluded FTP directories. */ + const char **includes; /* List of FTP directories to follow. */ bool ignore_case; /* Whether to ignore case when matching dirs and files */