summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--atari/findfile.h2
1 files changed, 2 insertions, 0 deletions
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 <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 */