y_socket: add node to nodes func

This commit is contained in:
2025-10-11 09:39:11 +02:00
parent 4b2ffe6cf6
commit 18a96c3cda
3 changed files with 33 additions and 158 deletions
+1
View File
@@ -34,5 +34,6 @@ void set_str_port_y_NODE_T(y_NODE_T *node, char *str_port);
const char * put_y_NODE_T_in_string(y_NODE_T *node, char * dst);
void update_nodes(y_NODE_T node, struct main_list_y_NODE_T *nodes);
void * remove_node_from_nodes(void* arg);
void * add_node_to_nodes(void* arg);
#endif /* __Y_NODE_T_H__C */