|
ELinks 0.19.1
|
#include <string.h>#include "elinks.h"#include "intl/libintl.h"#include "network/connection.h"#include "network/state.h"#include "terminal/terminal.h"#include "util/conv.h"#include "util/lists.h"#include "util/memory.h"#include "util/string.h"
Data Structures | |
| struct | s_msg_dsc |
| struct | strerror_val |
Functions | |
| char * | get_state_message (struct connection_state state, struct terminal *term) |
| void | done_state_message (void) |
Variables | |
| static const struct s_msg_dsc | msg_dsc [] |
| static struct strerror_val list | strerror_buf = { D_LIST_HEAD_EL(strerror_buf) } |
| void done_state_message | ( | void | ) |
| char * get_state_message | ( | struct connection_state | state, |
| struct terminal * | term ) |
|
static |
|
static |