diff options
Diffstat (limited to 'ctrl/libhicnctrl/includes')
-rw-r--r-- | ctrl/libhicnctrl/includes/hicn/ctrl/socket.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/ctrl/libhicnctrl/includes/hicn/ctrl/socket.h b/ctrl/libhicnctrl/includes/hicn/ctrl/socket.h index 2503fadd0..e53032955 100644 --- a/ctrl/libhicnctrl/includes/hicn/ctrl/socket.h +++ b/ctrl/libhicnctrl/includes/hicn/ctrl/socket.h @@ -57,13 +57,6 @@ forwarder_type_t forwarder_type_from_str(const char *str); typedef struct hc_sock_s hc_sock_t; /** - * \brief Create an hICN control socket using the specified URL. - * \param [in] url - The URL to connect to. - * \return an hICN control socket - */ -hc_sock_t *hc_sock_create_url(const char *url); - -/** * \brief Create an hICN control socket using the provided forwarder. * \return an hICN control socket */ |