// // C++ Interface: bookmarks // // Description: // // // Author: Adam Tee , (C) 2005 // // Copyright: See COPYING file that comes with this distribution // // #ifndef BOOKMARKS_H #define BOOKMARKS_H #include void addbookmark(GtkAction *action,DenemoGUI *gui); void gotobookmark(GtkAction *action, DenemoGUI *gui); #endif