rename structures and functions
[protos/libecoli.git] / include / ecoli_node_seq.h
index e1f3896..403cabf 100644 (file)
@@ -12,9 +12,9 @@
 
 #include <ecoli_node.h>
 
-#define EC_NODE_SEQ(args...) __ec_node_seq(args, EC_NODE_ENDLIST)
+#define EC_NODE_SEQ(args...) __ec_node_seq(args, EC_VA_END)
 
-/* list must be terminated with EC_NODE_ENDLIST */
+/* list must be terminated with EC_VA_END */
 /* all nodes given in the list will be freed when freeing this one */
 /* avoid using this function directly, prefer the macro EC_NODE_SEQ() or
  * ec_node_seq() + ec_node_seq_add() */