From e3dc8586977fe97b528d52a857aa71d7db90b430 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Ortega=20Froysa?= Date: Mon, 25 Sep 2017 16:21:16 +0200 Subject: [PATCH] These functions are not yet implemented. --- include/neocomm.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/neocomm.h b/include/neocomm.h index 1eee86a..52be390 100644 --- a/include/neocomm.h +++ b/include/neocomm.h @@ -82,7 +82,7 @@ int NeoComm_connect(const char *address, const unsigned short port); * @return 1 upon success, 0 upon failure. Use NeoComm_get_last_error for a * text description of the error. */ -int NeoComm_import_nodes(const char *node_file); +//int NeoComm_import_nodes(const char *node_file); /** * @brief Export current list of nodes into a file. @@ -92,7 +92,7 @@ int NeoComm_import_nodes(const char *node_file); * @return 1 upon success, 0 upon failure. Use NeoComm_get_last_error for a * text description of the error. */ -int NeoComm_export_nodes(const char *node_file); +//int NeoComm_export_nodes(const char *node_file); /** * @brief Join a channel.