X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=src%2Fpgmwin.h;h=952d931f9757e2ab3c11d398c6d1da5968250278;hb=ca2a000a22e5b5121a61833198966f001aa2a77f;hp=3b4446649f8665991f629a111e12b752e6153033;hpb=bd7fa9a1fba21965467664b72772dddc5e9e0884;p=emu8051.git diff --git a/src/pgmwin.h b/src/pgmwin.h index 3b44466..952d931 100644 --- a/src/pgmwin.h +++ b/src/pgmwin.h @@ -23,13 +23,12 @@ #define PGMWIN_H 1 #include -#include "gtksizes.h" GtkWidget * pgmwin_init(void); void -pgmwin_Disasm(void); +pgmwin_refresh(void); int pgmwin_IsBreakpoint(unsigned int address);