/* Popup menus for the Midnight Commander * * Copyright (C) 1998 The Free Software Foundation * * Authors: Federico Mena * Miguel de Icaza */ #ifndef GPOPUP_H #define GPOPUP_H #include int gpopup_do_popup (char *filename, int from_panel, GdkEventButton *event); #endif