]> sjero.net Git - wget/blobdiff - src/utils.h
Fix some compiler warnings.
[wget] / src / utils.h
index 3708b12d3b9c79f0de13201a5db5957c0edc38fc..514c5f26514e8215007d8696016dcd609c0cb2f0 100644 (file)
@@ -1,6 +1,7 @@
 /* Declarations for utils.c.
    Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-   2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+   2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation,
+   Inc.
 
 This file is part of GNU Wget.
 
@@ -126,6 +127,7 @@ char *human_readable (HR_NUMTYPE);
 int numdigit (wgint);
 char *number_to_string (char *, wgint);
 char *number_to_static_string (wgint);
+wgint convert_to_bits (wgint);
 
 int determine_screen_width (void);
 int random_number (int);