y_socket: try file_handler

This commit is contained in:
2025-08-05 21:42:06 +02:00
parent 63fdd077f8
commit 1739a3d8a3
5 changed files with 53 additions and 8 deletions
+1
View File
@@ -30,5 +30,6 @@ void set_port_y_NODE_T(y_NODE_T *node, int port);
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);
#endif /* __Y_NODE_T_H__C */