X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=src%2Fmemwin.h;fp=src%2Fmemwin.h;h=b2108b29b0bf0c9b05d2a6f60f30b3967ecf1936;hb=fb3b3529579773b8a14959cc6bc5bb2096fd0fe8;hp=0732086b808108c4c2d3de8d6316cd5525ee4539;hpb=a78a174393ff9c8dbc0d5212576507f25d7e9bf1;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 */