X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=src%2Fmemwin.h;h=b2108b29b0bf0c9b05d2a6f60f30b3967ecf1936;hb=refs%2Ftags%2Fv1.1.2;hp=0732086b808108c4c2d3de8d6316cd5525ee4539;hpb=fc4dd8fa3aab94a5f63c097ed9809c75560abd7d;p=emu8051.git diff --git a/src/memwin.h b/src/memwin.h index 0732086..b2108b2 100644 --- a/src/memwin.h +++ b/src/memwin.h @@ -22,18 +22,12 @@ #ifndef MEMWIN_H #define MEMWIN_H 1 - #include - GtkWidget * -memwin_init( int width, int height ); +memwin_init(int width, int height); void -memwin_DumpD( unsigned int Address ); - -void -memwin_DumpI( unsigned int Address ); - +memwin_DumpD(char *Address); #endif /* MEMWIN_H */