X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=src%2Fpgmwin.h;h=952d931f9757e2ab3c11d398c6d1da5968250278;hb=8b2f6f3ebba84564f11f0087f257c94133c107fa;hp=0276e7fb2d717e7fcd6754c263be0c8bbe9b934e;hpb=5d3fdb383ded96e89f6cd864da6df4cc724d030f;p=emu8051.git diff --git a/src/pgmwin.h b/src/pgmwin.h index 0276e7f..952d931 100644 --- a/src/pgmwin.h +++ b/src/pgmwin.h @@ -28,7 +28,7 @@ GtkWidget * pgmwin_init(void); void -pgmwin_Disasm(void); +pgmwin_refresh(void); int pgmwin_IsBreakpoint(unsigned int address);