Adding implementation for adding new node.
This commit is contained in:
@ -104,11 +104,8 @@ int NeoComm_add_node(const struct NeoComm_address addr);
|
||||
* @brief Disconnect and remove a node from the directory.
|
||||
*
|
||||
* @param addr The address of the node to remove.
|
||||
*
|
||||
* @return If the operation failed then a 0 will be returned and the error can
|
||||
* be read from the NeoComm_get_last_error function, else 1 is returned.
|
||||
*/
|
||||
int NeoComm_remove_node(const struct NeoComm_address addr);
|
||||
void NeoComm_remove_node(const struct NeoComm_address addr);
|
||||
|
||||
/**
|
||||
* @brief Retrieve information on a specific node.
|
||||
|
Reference in New Issue
Block a user