Add the query to the `update` command to filter karas to update
Comparer les modifications
+ 1
− 1
@@ -61,7 +61,7 @@ void lkt_uri_free(struct lkt_uri *ret);
@@ -61,7 +61,7 @@ void lkt_uri_free(struct lkt_uri *ret);
Add a query to the update
function used to filter the karas to update. Only the karas that matches the query will be updated.
Also refactor the URI thing, now the implementations is hidden from the rest of the code.
Partially solves #102 (closed)
It makes more sens for a function called 'as_int' to return an 'int'...