mirror of
https://github.com/systemd/systemd.git
synced 2026-07-14 03:20:22 +00:00
12 lines
283 B
C
12 lines
283 B
C
/* SPDX-License-Identifier: LGPL-2.1-or-later */
|
|
#pragma once
|
|
|
|
#include "forward.h"
|
|
|
|
bool http_url_is_valid(const char *url) _pure_;
|
|
bool file_url_is_valid(const char *url) _pure_;
|
|
|
|
bool documentation_url_is_valid(const char *url) _pure_;
|
|
|
|
bool http_etag_is_valid(const char *etag);
|