These functions are not yet implemented.

This commit is contained in:
Nicolás Ortega Froysa 2017-09-25 16:21:16 +02:00
parent a827b11d86
commit e3dc858697
No known key found for this signature in database
GPG Key ID: FEC70E3BAE2E69BF

View File

@ -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.