From 5fc9e0f4acbb0647b6564d091257340b4ce800f1 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 13 Apr 2024 10:56:12 +0200 Subject: Merging upstream version 1.24.5. Signed-off-by: Daniel Baumann --- tests/unit-tests.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/unit-tests.h') diff --git a/tests/unit-tests.h b/tests/unit-tests.h index 16573b1..44635f0 100644 --- a/tests/unit-tests.h +++ b/tests/unit-tests.h @@ -1,5 +1,5 @@ /* Unit testing declarations. - Copyright (C) 2005-2011, 2015, 2018-2023 Free Software Foundation, + Copyright (C) 2005-2011, 2015, 2018-2024 Free Software Foundation, Inc. This file is part of GNU Wget. @@ -55,6 +55,7 @@ const char *test_is_robots_txt_url(void); const char *test_path_simplify (void); const char *test_append_uri_pathel(void); const char *test_are_urls_equal(void); +const char *test_uri_merge(void); const char *test_subdir_p(void); const char *test_dir_matches_p(void); const char *test_hsts_new_entry(void); @@ -62,6 +63,7 @@ const char *test_hsts_url_rewrite_superdomain(void); const char *test_hsts_url_rewrite_congruent(void); const char *test_hsts_read_database(void); const char *test_parse_netrc(void); +const char *test_retr_rate(void); #endif /* TEST_H */ -- cgit v1.2.3