NetSurf
Functions
filetype.h File Reference
This graph shows which files directly or indirectly include this file:

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...
 

Function Documentation

◆ beos_fetch_filetype_fin()

void beos_fetch_filetype_fin ( void  )

Definition at line 88 of file filetype.cpp.

Referenced by gui_quit().

Here is the caller graph for this function:

◆ beos_fetch_filetype_init()

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().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ fetch_filetype()

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.