mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-24 21:16:50 +03:00
Improved path fixes for classic TOS systems.
svn path=/trunk/netsurf/; revision=11442
This commit is contained in:
parent
67fa1c50f1
commit
4dde38e36f
@ -1,5 +1,6 @@
|
||||
/*
|
||||
* Copyright 2008 Daniel Silverstone <dsilvers@netsurf-browser.org>
|
||||
* Copyright 2011 Ole Loots <ole@monochrom.net>
|
||||
*
|
||||
* This file is part of NetSurf, http://www.netsurf-browser.org/
|
||||
*
|
||||
@ -19,6 +20,7 @@
|
||||
#ifndef NS_ATARI_FINDFILE_H
|
||||
#define NS_ATARI_FINDFILE_H
|
||||
|
||||
char * gdos_realpath(const char * path, char * rpath);
|
||||
extern char *atari_find_resource(char *buf, const char *filename, const char *def);
|
||||
|
||||
#endif /* NETSURF_ATARI_FINDFILE_H */
|
||||
|
Loading…
Reference in New Issue
Block a user