ELinks 0.16.1.1
state.c File Reference
#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"
Include dependency graph for state.c:

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(strerror_buf) }

Function Documentation

◆ done_state_message()

void done_state_message ( void )

◆ get_state_message()

char * get_state_message ( struct connection_state state,
struct terminal * term )

Variable Documentation

◆ msg_dsc

const struct s_msg_dsc msg_dsc[]
static

◆ strerror_buf

struct strerror_val list strerror_buf = { D_LIST_HEAD(strerror_buf) }
static