summaryrefslogtreecommitdiff
path: root/include/netlink-private/socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/netlink-private/socket.h')
-rw-r--r--include/netlink-private/socket.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/include/netlink-private/socket.h b/include/netlink-private/socket.h
deleted file mode 100644
index 5fe77fa5..00000000
--- a/include/netlink-private/socket.h
+++ /dev/null
@@ -1,25 +0,0 @@
-/* SPDX-License-Identifier: LGPL-2.1-only */
-/*
- * Copyright (c) 2014 Thomas Graf <tgraf@suug.ch>
- */
-
-#ifndef NETLINK_SOCKET_PRIV_H_
-#define NETLINK_SOCKET_PRIV_H_
-
-#include <netlink-private/netlink.h>
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-int _nl_socket_is_local_port_unspecified (struct nl_sock *sk);
-uint32_t _nl_socket_set_local_port_no_release(struct nl_sock *sk, int generate_other);
-
-void _nl_socket_used_ports_release_all(const uint32_t *used_ports);
-void _nl_socket_used_ports_set(uint32_t *used_ports, uint32_t port);
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif