1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-10-17 06:24:12 -04:00
elinks/src/cache/dialogs.h

21 lines
277 B
C
Raw Normal View History

#ifndef EL__CACHE_DIALOGS_H
#define EL__CACHE_DIALOGS_H
#include "bfu/hierbox.h"
#ifdef __cplusplus
extern "C" {
#endif
struct session;
struct terminal;
extern struct hierbox_browser cache_browser;
void cache_manager(struct session *);
#ifdef __cplusplus
}
#endif
#endif