From aa8c442f898b01e5ed0a6173023bd3b33a46c614 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20B=C3=A9raud?= <adrien.beraud@savoirfairelinux.com> Date: Fri, 7 Jul 2023 11:40:36 -0400 Subject: [PATCH] make ice_socket public Change-Id: Ib2abfd7d6dc0d2647549e633e6b8ea7d4ba65060 --- CMakeLists.txt | 1 + {src => include}/ice_socket.h | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) rename {src => include}/ice_socket.h (98%) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7086126..47740a5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -44,6 +44,7 @@ list (APPEND dhtnet_HEADERS include/certstore.h include/ice_options.h include/ice_transport.h + include/ice_socket.h include/fileutils.h include/string_utils.h include/ip_utils.h diff --git a/src/ice_socket.h b/include/ice_socket.h similarity index 98% rename from src/ice_socket.h rename to include/ice_socket.h index 5692a7c..46f47b7 100644 --- a/src/ice_socket.h +++ b/include/ice_socket.h @@ -19,8 +19,6 @@ */ #pragma once -#include "generic_io.h" - #include <memory> #include <functional> -- GitLab