]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/basic/web-util.h
Merge pull request #8575 from keszybz/non-absolute-paths
[thirdparty/systemd.git] / src / basic / web-util.h
CommitLineData
53e1b683 1/* SPDX-License-Identifier: LGPL-2.1+ */
49cf4170
LP
2#pragma once
3
4/***
5 This file is part of systemd.
6
7 Copyright 2010 Lennart Poettering
49cf4170
LP
8***/
9
10#include <stdbool.h>
11
12#include "macro.h"
13
14bool http_url_is_valid(const char *url) _pure_;
15
16bool documentation_url_is_valid(const char *url) _pure_;
17
18bool http_etag_is_valid(const char *etag);