summaryrefslogtreecommitdiff
path: root/backend/job.h
diff options
context:
space:
mode:
Diffstat (limited to 'backend/job.h')
-rw-r--r--backend/job.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/backend/job.h b/backend/job.h
new file mode 100644
index 0000000..a1684c6
--- /dev/null
+++ b/backend/job.h
@@ -0,0 +1,19 @@
+#ifndef __SLACK_JOB_H
+#define __SLACK_JOB_H
+
+#include <pk-backend.h>
+#include <sqlite3.h>
+
+namespace slack {
+
+bool filter_package (PkBitfield filters, bool is_installed);
+
+}
+
+extern "C" {
+
+void pk_backend_search_thread (PkBackendJob *job, GVariant *params, gpointer user_data);
+
+}
+
+#endif /* __SLACK_JOB_H */