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.