From 4dde38e36ff1904749025efe92a1562663707939 Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Sat, 22 Jan 2011 16:32:02 +0000 Subject: Improved path fixes for classic TOS systems. svn path=/trunk/netsurf/; revision=11442 --- atari/findfile.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'atari/findfile.h') diff --git a/atari/findfile.h b/atari/findfile.h index 8c806ba64..de02608f6 100644 --- a/atari/findfile.h +++ b/atari/findfile.h @@ -1,5 +1,6 @@ /* * Copyright 2008 Daniel Silverstone + * Copyright 2011 Ole Loots * * 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 */ -- cgit v1.2.3