From da4a83b2e796a6c413cf4ce3f85d1d5c5df2f13f Mon Sep 17 00:00:00 2001
From: Kubat <mael.martin31@gmail.com>
Date: Tue, 12 May 2020 11:46:00 +0200
Subject: [PATCH] Don't expose not used functions

---
 inc/lektor/net.h | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/inc/lektor/net.h b/inc/lektor/net.h
index ea02c63f..c8bb7fde 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);
-- 
GitLab