r2596: Updated for new version.
[rox-filer.git] / ROX-Filer / src / bookmarks.h
blob54294c1689bfca2a75776139f2eccb776be15421
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 gchar *uri);
14 #endif /* _BOOKMARKS_H */