Converted README to markdown
[rox-filer.git] / ROX-Filer / src / bookmarks.h
blobd1518acba4172d40aa7356457a6d4265db923e91
1 /*
2 * ROX-Filer, filer for the ROX desktop project
3 * By Thomas Leonard, <tal197@users.sourceforge.net>.
4 */
6 #ifndef _BOOKMARKS_H
7 #define _BOOKMARKS_H
9 void bookmarks_show_menu(FilerWindow *filer_window);
10 void bookmarks_edit(void);
11 void bookmarks_add_history(const gchar *path);
12 void bookmarks_add_uri(const EscapedPath *uri);
14 #endif /* _BOOKMARKS_H */