X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=src%2Fpgmwin.h;h=952d931f9757e2ab3c11d398c6d1da5968250278;hb=82819ebb72819f4a39c5a9aa95fbb2cef22d510f;hp=f7fd1b18c10f755226bcd40fbfec590211c6f51e;hpb=fc4dd8fa3aab94a5f63c097ed9809c75560abd7d;p=emu8051.git diff --git a/src/pgmwin.h b/src/pgmwin.h index f7fd1b1..952d931 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_refresh(void); int -pgmwin_IsBreakpoint( unsigned int Address ); - +pgmwin_IsBreakpoint(unsigned int address); #endif /* PGMWIN_H */