Skip to content
Extraits de code Groupes Projets

Add the query to the `update` command to filter karas to update

Fusionnées Kubat a demandé de fusionner dev-kubat vers master
2 files
+ 4
4
Comparer les modifications
  • Côte à côte
  • En ligne

Fichiers

+ 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);
LKT_URI_TYPE lkt_uri_get_type(const struct lkt_uri *);
LKT_URI_TYPE lkt_uri_get_type(const struct lkt_uri *);
const char *lkt_uri_get_value_as_str(const struct lkt_uri *);
const char *lkt_uri_get_value_as_str(const struct lkt_uri *);
size_t lkt_uri_get_value_as_int(const struct lkt_uri *);
int lkt_uri_get_value_as_int(const struct lkt_uri *);
LKT_URI_VALUE_TYPE lkt_uri_get_value_type(const struct lkt_uri *);
LKT_URI_VALUE_TYPE lkt_uri_get_value_type(const struct lkt_uri *);
const char *lkt_uri_get_column_name(const struct lkt_uri *);
const char *lkt_uri_get_column_name(const struct lkt_uri *);
Chargement en cours