X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=src%2Fpgmwin.h;h=0276e7fb2d717e7fcd6754c263be0c8bbe9b934e;hb=ba7ff1a7a78b3aa7c2cad9bfce117256638938b1;hp=f7fd1b18c10f755226bcd40fbfec590211c6f51e;hpb=fc4dd8fa3aab94a5f63c097ed9809c75560abd7d;p=emu8051.git diff --git a/src/pgmwin.h b/src/pgmwin.h index f7fd1b1..0276e7f 100644 --- a/src/pgmwin.h +++ b/src/pgmwin.h @@ -22,22 +22,15 @@ #ifndef PGMWIN_H #define PGMWIN_H 1 - #include -#include "gtksizes.h" - - -#define MAXBP 32 - GtkWidget * -pgmwin_init( int width, int height ); +pgmwin_init(void); void -pgmwin_Disasm( void ); +pgmwin_Disasm(void); int -pgmwin_IsBreakpoint( unsigned int Address ); - +pgmwin_IsBreakpoint(unsigned int address); #endif /* PGMWIN_H */