From 12dc26051c82074867bf782de650c912db23d60e Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Tue, 28 Apr 2026 12:40:36 +0200 Subject: Add a header for the backend interface functions --- backend/slackpkg.cc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'backend/slackpkg.cc') diff --git a/backend/slackpkg.cc b/backend/slackpkg.cc index 9e99535..33fc4d7 100644 --- a/backend/slackpkg.cc +++ b/backend/slackpkg.cc @@ -5,12 +5,12 @@ #include "slackpkg.h" #include "utils.h" -namespace slack { - +namespace katja +{ GHashTable *Slackpkg::cat_map = nullptr; /* - * slack::Slackpkg::manifest: + * katja::Slackpkg::manifest: * @job: a #PkBackendJob. * @tmpl: temporary directory. * @filename: manifest filename @@ -150,7 +150,7 @@ out: } /** - * slack::Slackpkg::collect_cache_info: + * katja::Slackpkg::collect_cache_info: * @tmpl: temporary directory for downloading the files. * * Download files needed to get the information like the list of packages @@ -228,7 +228,7 @@ out: } /** - * slack::Slackpkg::generate_cache: + * katja::Slackpkg::generate_cache: * @job_data: A #JobData. * @tmpl: temporary directory for downloading the files. * @@ -463,7 +463,7 @@ Slackpkg::~Slackpkg () noexcept } /** - * slack::Slackpkg::Slackpkg: + * katja::Slackpkg::Slackpkg: * @name: Repository name. * @mirror: Repository mirror. * @order: Repository order. @@ -472,7 +472,7 @@ Slackpkg::~Slackpkg () noexcept * * Constructor. * - * Returns: New #slack::Slackpkg. + * Returns: New #katja::Slackpkg. **/ Slackpkg::Slackpkg (const char *name, const char *mirror, std::uint8_t order, const char *blacklist, char **priority) noexcept -- cgit v1.2.3