]> sjero.net Git - wget/blobdiff - src/utils.h
Test for Content-Disposition in HTTP auth.
[wget] / src / utils.h
index becdc92427379d29348ec92da443ac6cdd068d1c..4a31b37874583d8c38a931ca8d76831da3eb71d6 100644 (file)
@@ -1,6 +1,6 @@
 /* Declarations for utils.c.
-   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-   2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
+   2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
 
 This file is part of GNU Wget.
 
@@ -144,4 +144,6 @@ void stable_sort (void *, size_t, size_t, int (*) (const void *, const void *));
 
 const char *print_decimal (double);
 
+extern unsigned char char_prop[];
+
 #endif /* UTILS_H */