]> git.droids-corp.org - protos/libecoli.git/blobdiff - include/ecoli_dict.h
factorize integer parsing
[protos/libecoli.git] / include / ecoli_dict.h
index 5519c4c047a18fcca1ea3c28c110fefc844b27f0..77558fb2aec4e3f63ba624467e4c616413e85317 100644 (file)
@@ -160,7 +160,7 @@ struct ec_dict_elt_ref *
 ec_dict_iter_next(struct ec_dict_elt_ref *iter);
 
 /**
- * Get the key of the current element.
+ * Get a pointer to the key of the current element.
  *
  * @param iter
  *   The hash table iterator.
@@ -183,5 +183,4 @@ ec_dict_iter_get_key(const struct ec_dict_elt_ref *iter);
 void *
 ec_dict_iter_get_val(const struct ec_dict_elt_ref *iter);
 
-
 #endif