summaryrefslogtreecommitdiff
path: root/atari/findfile.h
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2011-12-06 21:06:41 +0000
committerOle Loots <ole@monochrom.net>2011-12-06 21:06:41 +0000
commite7e8024be80b734bf1197615e70cc198bb9758c6 (patch)
treed69763a205d7253e84da6a22cb6b77790583e06d /atari/findfile.h
parent3ba6a15fa7af580d14044ab2e73318b75deb6433 (diff)
downloadnetsurf-e7e8024be80b734bf1197615e70cc198bb9758c6.tar.gz
netsurf-e7e8024be80b734bf1197615e70cc198bb9758c6.tar.bz2
Fix focus element
svn path=/trunk/netsurf/; revision=13251
Diffstat (limited to 'atari/findfile.h')
-rwxr-xr-xatari/findfile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/atari/findfile.h b/atari/findfile.h
index 451959bc0..e87f7cff7 100755
--- a/atari/findfile.h
+++ b/atari/findfile.h
@@ -21,5 +21,6 @@
#define NS_ATARI_FINDFILE_H
extern char *atari_find_resource(char *buf, const char *filename, const char *def);
+char * local_file_to_url( const char * filename );
#endif /* NETSURF_ATARI_FINDFILE_H */