X-Git-Url: http://git.droids-corp.org/?p=protos%2Flibecoli.git;a=blobdiff_plain;f=include%2Fecoli_strvec.h;h=727d4c8d785b5f168b6bc46bf501e1c2eefa6066;hp=cabe6b2e60dff2c355a75a50fbfc4bbee74985fe;hb=41bf1ba66e15c00f38375d05e49b31aa70f92349;hpb=03fcfd9562d205a050aba4c17902c56bbc817d54 diff --git a/include/ecoli_strvec.h b/include/ecoli_strvec.h index cabe6b2..727d4c8 100644 --- a/include/ecoli_strvec.h +++ b/include/ecoli_strvec.h @@ -166,7 +166,7 @@ const char *ec_strvec_val(const struct ec_strvec *strvec, size_t idx); * The read-only attributes (dictionnary) of the string at specified * index, or NULL if there is no attribute. */ -const struct ec_keyval *ec_strvec_get_attrs(const struct ec_strvec *strvec, +const struct ec_dict *ec_strvec_get_attrs(const struct ec_strvec *strvec, size_t idx); /** @@ -183,7 +183,7 @@ const struct ec_keyval *ec_strvec_get_attrs(const struct ec_strvec *strvec, * are freed and must not be used by the caller. */ int ec_strvec_set_attrs(struct ec_strvec *strvec, size_t idx, - struct ec_keyval *attrs); + struct ec_dict *attrs); /** * Compare two string vectors