Systemd/src/shared/socket-protocol-list.h

6 lines
149 B
C

/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once
const char *socket_protocol_to_name(int id);
int socket_protocol_from_name(const char *name);