Missing file

This commit is contained in:
Miguel de Icaza 1998-03-13 05:20:55 +00:00
parent 022b293b39
commit 480616917c
1 changed files with 10 additions and 0 deletions

10
gnome/gcmd.h Normal file
View File

@ -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 */