summaryrefslogtreecommitdiff
path: root/backend/slackpkg.h
diff options
context:
space:
mode:
Diffstat (limited to 'backend/slackpkg.h')
-rw-r--r--backend/slackpkg.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/backend/slackpkg.h b/backend/slackpkg.h
index c358dd9..7cda41d 100644
--- a/backend/slackpkg.h
+++ b/backend/slackpkg.h
@@ -20,15 +20,14 @@ public:
~Slackpkg () noexcept;
GSList *collect_cache_info (const char *tmpl) noexcept;
- void generate_cache (JobData *job_data, const char *tmpl) noexcept;
+ void generate_cache(JobData *job_data, const char *tmpl) noexcept;
private:
static GHashTable *cat_map;
static const std::size_t max_buf_size = 8192;
char **priority = nullptr;
- void manifest (PkBackendJob *job,
- const char *tmpl, char *filename) noexcept;
+ void manifest(JobData *job_data, const char *tmpl, char *filename) noexcept;
};
}