]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/shared/web-util.h
Merge pull request #11827 from keszybz/pkgconfig-variables
[thirdparty/systemd.git] / src / shared / web-util.h
1 /* SPDX-License-Identifier: LGPL-2.1+ */
2 #pragma once
3
4 #include <stdbool.h>
5
6 #include "macro.h"
7
8 bool http_url_is_valid(const char *url) _pure_;
9
10 bool documentation_url_is_valid(const char *url) _pure_;
11
12 bool http_etag_is_valid(const char *etag);