diff options
Diffstat (limited to 'backend/dl.h')
| -rw-r--r-- | backend/dl.h | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/backend/dl.h b/backend/dl.h deleted file mode 100644 index 260acc3..0000000 --- a/backend/dl.h +++ /dev/null @@ -1,28 +0,0 @@ -/* - * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at https://mozilla.org/MPL/2.0/. - */ -#pragma once - -#include <cstdint> -#include "pkgtools.h" -#include "utils.h" - -namespace katja -{ -class Dl final : public Pkgtools -{ -public: - Dl (const char *name, const char *mirror, - std::uint8_t order, const char *blacklist, char *index_file) noexcept; - ~Dl () noexcept; - - GSList *collect_cache_info (const char *tmpl) noexcept; - void generate_cache (JobData *job_data, const char *tmpl) noexcept; - -private: - char *index_file; -}; - -} |
