summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'request/request.h')
-rw-r--r--request/request.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/request/request.h b/request/request.h
index 1be6ff3..fb35a2e 100644
--- a/request/request.h
+++ b/request/request.h
@@ -63,14 +63,9 @@ using namespace std;
int sockfd;
int routine();
-void start_daemon_mode();
int parse_cli_arguments(int argc, char* argv[]);
-int init_curses();
int load_pkgs();
-void show_pkgs();
-int choose_segment(uint connection_num);
-int download_pkgs();
+//void show_pkgs();
int main(int argc, char* argv[]);
-void *print_message_function( void *);
#endif \ No newline at end of file