diff --git a/gnome/gcmd.h b/gnome/gcmd.h new file mode 100644 index 000000000..3092c92c7 --- /dev/null +++ b/gnome/gcmd.h @@ -0,0 +1,10 @@ +#ifndef __GCMD_H +#define __GCMD_H + +void gnome_listing_cmd (GtkWidget *widget, WPanel *panel); +void gnome_compare_panels (void); +void gnome_open_terminal (void); +void gnome_about_cmd (void); +void gnome_quit_cmd (void); + +#endif /* __GCMD_H */