include libgen.h for basename
[elinks.git] / src / dialogs / download.h
blob6b10add4566ffdf8675973c01e52d467f3e69e5c
1 #ifndef EL__DIALOGS_DOWNLOAD_H
2 #define EL__DIALOGS_DOWNLOAD_H
4 struct file_download;
5 struct session;
6 struct terminal;
8 void init_download_display(struct file_download *file_download);
9 void done_download_display(struct file_download *file_download);
11 void display_download(struct terminal *, struct file_download *, struct session *);
12 void download_manager(struct session *ses);
14 #endif