#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <stdbool.h>
#include <limits.h>
#include "utils/errors.h"
#include "utils/file.h"
#include "utils/nsurl.h"
#include "utils/filepath.h"
#include "netsurf/fetch.h"
#include "monkey/filetype.h"
#include "monkey/fetch.h"
Go to the source code of this file.
◆ gui_get_resource_url()
static nsurl * gui_get_resource_url |
( |
const char * |
path | ) |
|
|
static |
◆ fetch_table
Initial value:= {
}
static nsurl * gui_get_resource_url(const char *path)
const char * monkey_fetch_filetype(const char *unix_path)
Determine the MIME type of a local file.
Definition at line 47 of file fetch.c.
◆ monkey_fetch_table
◆ respaths