ELinks 0.18.0
mime.h File Reference
#include "main/module.h"
Include dependency graph for mime.h:
This graph shows which files directly or indirectly include this file:

Data Structures

struct  mime_handler
 

Functions

char * get_content_type (struct cache_entry *cached)
 
char * get_extension_content_type (char *extension)
 
struct mime_handlerget_mime_type_handler (char *content_type, int xwin)
 
struct stringadd_mime_filename_to_string (struct string *string, struct uri *uri)
 

Variables

struct module mime_module
 

Function Documentation

◆ add_mime_filename_to_string()

struct string * add_mime_filename_to_string ( struct string * string,
struct uri * uri )

◆ get_content_type()

char * get_content_type ( struct cache_entry * cached)

◆ get_extension_content_type()

char * get_extension_content_type ( char * extension)

◆ get_mime_type_handler()

struct mime_handler * get_mime_type_handler ( char * content_type,
int xwin )

Variable Documentation

◆ mime_module

struct module mime_module
extern