X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=src%2Fpgmwin.h;h=3b4446649f8665991f629a111e12b752e6153033;hb=bd7fa9a1fba21965467664b72772dddc5e9e0884;hp=415b6a5eff73a126a78bc7fe860b509520ffbe01;hpb=6a65dca9d597772744524b909f2d89b479b8bf77;p=emu8051.git diff --git a/src/pgmwin.h b/src/pgmwin.h index 415b6a5..3b44466 100644 --- a/src/pgmwin.h +++ b/src/pgmwin.h @@ -16,28 +16,22 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. */ #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_Disasm(void); int -pgmwin_IsBreakpoint( unsigned int Address ); - +pgmwin_IsBreakpoint(unsigned int address); #endif /* PGMWIN_H */