NetSurf
|
Go to the source code of this file.
Functions | |
void | beos_fetch_filetype_init (void) |
void | beos_fetch_filetype_fin (void) |
const char * | fetch_filetype (const char *unix_path) |
filetype – determine the MIME type of a local file More... | |
void beos_fetch_filetype_fin | ( | void | ) |
Definition at line 88 of file filetype.cpp.
Referenced by gui_quit().
void beos_fetch_filetype_init | ( | void | ) |
Definition at line 58 of file filetype.cpp.
References beos_warn_user(), default_types, ext1, and ext2.
Referenced by gui_init().
const char * fetch_filetype | ( | const char * | unix_path | ) |
filetype – determine the MIME type of a local file
Definition at line 58 of file filetype.c.