These functions are not yet implemented.
This commit is contained in:
parent
a827b11d86
commit
e3dc858697
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user