summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'segget/pkg.h')
-rw-r--r--segget/pkg.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/segget/pkg.h b/segget/pkg.h
index 9446baf..a5a6f7b 100644
--- a/segget/pkg.h
+++ b/segget/pkg.h
@@ -58,8 +58,7 @@ class Tpkg{
Tpkg & operator=(const Tpkg &L);
~Tpkg();
int push_back_distfile(json_object* json_obj_distfile);
- int try_adding_distfile_to_request_server_queue(json_object* json_obj_distfile);
- int try_adding_distfile_to_proxy_fetchers_queue(json_object* json_obj_distfile);
+ int find_distfile(string distfile_name);
void load_pkg_from_json(json_object* json_obj_pkg);
};