X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=libecoli%2Fecoli_complete.h;fp=libecoli%2Fecoli_complete.h;h=dee4123b18cd607c00d8cc0730a04617f148ac8a;hb=181334a4cd586d3c958898dd19291b856c461dee;hp=1ed67f014e2721710b1e432e7ecca03b2d961532;hpb=4f6306bf7d571b2789001291ab743255e9de34f5;p=protos%2Flibecoli.git diff --git a/libecoli/ecoli_complete.h b/libecoli/ecoli_complete.h index 1ed67f0..dee4123 100644 --- a/libecoli/ecoli_complete.h +++ b/libecoli/ecoli_complete.h @@ -201,7 +201,7 @@ unsigned int ec_comp_count( */ struct ec_comp_iter { enum ec_comp_type type; - struct ec_comp *comp; + const struct ec_comp *comp; struct ec_comp_group *cur_node; struct ec_comp_item *cur_match; }; @@ -212,7 +212,7 @@ struct ec_comp_iter { * */ struct ec_comp_iter * -ec_comp_iter(struct ec_comp *comp, +ec_comp_iter(const struct ec_comp *comp, enum ec_comp_type type); /**