X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Futils.h;h=8b1a8a11db0deccf794f09a6f11a12936b5e38ab;hp=a645d52d102e3e939d9a4f3cd1bc8f936a5a0c0e;hb=2f6aa1d7417df1dfc58597777686fbd77179b9fd;hpb=5ef1d7b949abfce3a363a1170746e6cd1f950486 diff --git a/src/utils.h b/src/utils.h index a645d52d..8b1a8a11 100644 --- a/src/utils.h +++ b/src/utils.h @@ -1,6 +1,7 @@ /* Declarations for utils.c. Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, + Inc. This file is part of GNU Wget. @@ -97,8 +98,8 @@ bool has_wildcards_p (const char *); bool has_html_suffix_p (const char *); char *read_whole_line (FILE *); -struct file_memory *read_file (const char *); -void read_file_free (struct file_memory *); +struct file_memory *wget_read_file (const char *); +void wget_read_file_free (struct file_memory *); void free_vec (char **); char **merge_vecs (char **, char **);