diff options
Diffstat (limited to 'backend/utils.cc')
| -rw-r--r-- | backend/utils.cc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/backend/utils.cc b/backend/utils.cc index ccecef0..d5c8e84 100644 --- a/backend/utils.cc +++ b/backend/utils.cc @@ -9,10 +9,10 @@ #include "utils.h" #include "pkgtools.h" -namespace slack { - +namespace katja +{ /** - * slack::get_file: + * katja::get_file: * @curl: curl easy handle. * @source_url: source url. * @dest: destination. @@ -73,7 +73,7 @@ get_file (CURL **curl, char *source_url, char *dest) } /** - * slack::split_package_name: + * katja::split_package_name: * Got the name of a package, without version-arch-release data. **/ char ** @@ -125,7 +125,7 @@ split_package_name (const char *pkg_filename) } /** - * slack::is_installed: + * katja::is_installed: * Checks if a package is already installed in the system. * * Params: @@ -222,7 +222,7 @@ is_installed (const char *pkg_fullname) } /** - * slack::cmp_repo: + * katja::cmp_repo: **/ int cmp_repo (const void *a, const void *b) |
