summaryrefslogtreecommitdiff
path: root/cocoa/NetsurfApp.h
diff options
context:
space:
mode:
authorSven Weidauer <sven.weidauer@gmail.com>2011-02-01 10:37:13 +0000
committerSven Weidauer <sven.weidauer@gmail.com>2011-02-01 10:37:13 +0000
commit81e295d8c94c3c2d7c6bcc3d71ae114b4d984ce6 (patch)
tree10a496e4914e4b448636d49d18af8b64376dfc11 /cocoa/NetsurfApp.h
parentfac17d747b50712a42d1bc4b79576feac67fd2db (diff)
downloadnetsurf-81e295d8c94c3c2d7c6bcc3d71ae114b4d984ce6.tar.gz
netsurf-81e295d8c94c3c2d7c6bcc3d71ae114b4d984ce6.tar.bz2
Using real path from options for the bookmarks file instead of hardcoded test string.
svn path=/trunk/netsurf/; revision=11580
Diffstat (limited to 'cocoa/NetsurfApp.h')
-rw-r--r--cocoa/NetsurfApp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cocoa/NetsurfApp.h b/cocoa/NetsurfApp.h
index a5f8fff3d..330f33826 100644
--- a/cocoa/NetsurfApp.h
+++ b/cocoa/NetsurfApp.h
@@ -27,3 +27,5 @@
@property (readwrite, assign, nonatomic) BrowserViewController *frontTab;
@end
+
+NSString *cocoa_get_user_path( NSString *fileName );