void(* CA_Callback_t)(int Op, CacheClient_t *Client)
Callback type for cache clients.
void a_Mime_init(void)
Functions defined inside Mime module.
void * a_Dicache_svg_image(const char *Type, void *Ptr, CA_Callback_t *Call, void **Data)
SVG wrapper for Dicache_image()
void * a_Plain_text(const char *Type, void *web, CA_Callback_t *Call, void **Data)
Set callback function and callback data for "text/" MIME major-type.
void *(* Viewer_t)(const char *, void *, CA_Callback_t *, void **)
void * a_Dicache_png_image(const char *Type, void *web, CA_Callback_t *Call, void **Data)
PNG wrapper for Dicache_image()
void * a_Dicache_jpeg_image(const char *Type, void *Ptr, CA_Callback_t *Call, void **Data)
JPEG wrapper for Dicache_image()
void * a_Html_text(const char *Type, void *web, CA_Callback_t *Call, void **Data)
Function prototypes defined elsewhere.
Viewer_t a_Mime_get_viewer(const char *content_type)
Get the handler for the MIME type.
void * a_Dicache_gif_image(const char *Type, void *Ptr, CA_Callback_t *Call, void **Data)
GIF wrapper for Dicache_image()