NetSurf
|
Go to the source code of this file.
Functions | |
char * | atari_find_resource (char *buf, const char *filename, const char *def) |
char * | local_file_to_url (const char *filename) |
char * atari_find_resource | ( | char * | buf, |
const char * | filename, | ||
const char * | def | ||
) |
Definition at line 80 of file findfile.c.
References gemdos_realpath(), NETSURF_GEM_RESPATH, NSLOG, and PATH_MAX.
Referenced by atari_hotlist_init(), gui_get_resource_url(), gui_init(), main(), and read_locales().
char * local_file_to_url | ( | const char * | filename | ) |
Definition at line 29 of file findfile.c.
References BACKSLASH, FILE_SCHEME_PREFIX, FILE_SCHEME_PREFIX_LEN, and NSLOG.
Referenced by main(), menu_open_file(), and on_file_dropped().