]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/shared/ip-protocol-list.h
bus-unit-util: use free_and_strdup() where we can
[thirdparty/systemd.git] / src / shared / ip-protocol-list.h
1 /* SPDX-License-Identifier: LGPL-2.1+ */
2 #pragma once
3
4 const char *ip_protocol_to_name(int id);
5 int ip_protocol_from_name(const char *name);
6 int parse_ip_protocol(const char *s);