better cleanup priv
[protos/libecoli.git] / lib / ecoli_node_cmd.h
index 5d7da4a..99afc01 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: BSD-3-Clause
- * Copyright (c) 2016, Olivier MATZ <zer0@droids-corp.org>
+ * Copyright 2016, Olivier MATZ <zer0@droids-corp.org>
  */
 
 #ifndef ECOLI_NODE_CMD_
@@ -11,9 +11,4 @@
 
 struct ec_node *__ec_node_cmd(const char *id, const char *cmd_str, ...);
 
-struct ec_node *ec_node_cmd(const char *id, const char *cmd_str);
-
-/* child is consumed */
-int ec_node_cmd_add_child(struct ec_node *node, struct ec_node *child);
-
 #endif