X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=src%2Ffilemenu.h;h=fe9688a92235ffcca4b2e47f2f26a619e47c0202;hb=refs%2Ftags%2Fv1.1.2;hp=8945884638fc9a98c0bea930c149c5d4ba8ea3a2;hpb=6a65dca9d597772744524b909f2d89b479b8bf77;p=emu8051.git diff --git a/src/filemenu.h b/src/filemenu.h index 8945884..fe9688a 100644 --- a/src/filemenu.h +++ b/src/filemenu.h @@ -16,24 +16,21 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef FILEMENU_H #define FILEMENU_H 1 - #include - void -FileOpenEvent( GtkObject *object, gpointer data ); +FileOpenEvent(GtkObject *object, gpointer data); void -FileResetEvent( GtkObject *object, gpointer data ); +FileResetEvent(GtkObject *object, gpointer data); void -FileAddMenu( GtkWidget *menu_bar ); - +FileAddMenu(GtkWidget *menu_bar); #endif /* FILEMENU_H */