Skip to content
Extraits de code Groupes Projets
Vérifiée Valider da4a83b2 rédigé par Kubat's avatar Kubat
Parcourir les fichiers

Don't expose not used functions

parent 09ae0c29
Aucune branche associée trouvée
Aucune étiquette associée trouvée
1 requête de fusion!92Mod
...@@ -43,12 +43,6 @@ struct lkt_repo { ...@@ -43,12 +43,6 @@ struct lkt_repo {
/* Load the repo as a module */ /* Load the repo as a module */
int load_repo_https(void *mod, struct lkt_state *srv, void *handle); int load_repo_https(void *mod, struct lkt_state *srv, void *handle);
/* Create a complete repo */
int repo_new(struct lkt_repo *const repo, struct lkt_state *srv);
/* Delete a repo */
void repo_free(struct lkt_repo *const repo);
/* Download stuff */ /* Download stuff */
int repo_get_id (struct lkt_repo *const repo, const uint64_t id, struct kara_metadata *mdt); int repo_get_id (struct lkt_repo *const repo, const uint64_t id, struct kara_metadata *mdt);
int repo_update (struct lkt_repo *const repo); int repo_update (struct lkt_repo *const repo);
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter