include libgen.h for basename
[elinks.git] / src / dialogs / status.h
blob0c92dc4be8649f8c54aac328db8c3a563b66dd07
1 #ifndef EL__DIALOGS_STATUS_H
2 #define EL__DIALOGS_STATUS_H
4 struct download;
5 struct session;
6 struct terminal;
8 void print_screen_status(struct session *);
10 void update_status(void);
12 unsigned char *
13 get_download_msg(struct download *download, struct terminal *term,
14 int wide, int full, unsigned char *separator);
16 #endif