#ifndef RECENT_H #define RECENT_H void recent_startup(GnomeApp *app); void add_recent_item(GnomeApp *app,char *filename); #endif