34#ifndef NETSURF_UTILS_MESSAGES_H_
35#define NETSURF_UTILS_MESSAGES_H_
nserror
Enumeration of error codes.
nserror messages_add_from_file(const char *path)
Read keys and values from messages file into the standard Messages hash.
const char * messages_get_errorcode(nserror code)
lookup of a message by errorcode from the standard Messages hash.
nserror messages_add_from_inline(const uint8_t *data, size_t data_size)
Read keys and values from inline message data into the standard Messages hash.
const char * messages_get(const char *key)
Fast lookup of a message by key from the standard Messages hash.
char * messages_get_buff(const char *key,...)
Formatted message from a key in the global message hash.
void messages_destroy(void)
Free memory used by the standard Messages hash.
const char * messages_get_sslcode(ssl_cert_err code)
lookup of a message by SSL error code from the standard Messages hash.
SSL related types and values.
ssl_cert_err
ssl certificate error status
static nserror path(const struct redraw_context *ctx, const plot_style_t *pstyle, const float *p, unsigned int n, const float transform[6])
Plots a path.