From 24d4e855d95e02a5324c2f3d88cfd5cd19830c2c Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Fri, 5 Mar 2021 10:08:15 +0900 Subject: Imported Upstream version 1.17 --- src/utils.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/utils.h') diff --git a/src/utils.h b/src/utils.h index c9512fd..76f4f8d 100644 --- a/src/utils.h +++ b/src/utils.h @@ -1,7 +1,7 @@ /* Declarations for utils.c. Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, - Inc. + 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2015 Free Software + Foundation, Inc. This file is part of GNU Wget. @@ -32,6 +32,8 @@ as that of the covered work. */ #ifndef UTILS_H #define UTILS_H +# include + /* Constant is using when we don`t know attempted size exactly */ #define UNKNOWN_ATTEMPTED_SIZE -3 @@ -155,6 +157,8 @@ long get_max_length (const char *path, int length, int name); size_t strlcpy (char *dst, const char *src, size_t size); #endif +void wg_hex_to_string (char *str_buffer, const char *hex_buffer, size_t hex_len); + extern unsigned char char_prop[]; #endif /* UTILS_H */ -- cgit v1.2.3