diff --git a/inc/lektor/net.h b/inc/lektor/net.h index ea02c63fedc06147dd7f5b34c058ec7d9918544c..c8bb7fde39a888548c18f740d892f0bb18cf2182 100644 --- a/inc/lektor/net.h +++ b/inc/lektor/net.h @@ -43,12 +43,6 @@ struct lkt_repo { /* Load the repo as a module */ 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 */ 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);