X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=src%2Fmessagebox.h;h=991e758a25d0d6d829505f75b5487f6948c528fb;hb=47a60dcfbfdb7a29bd933a850292b752970f2af0;hp=0853a3126cb93547a9b32f483f31cf0f432c7370;hpb=fc4dd8fa3aab94a5f63c097ed9809c75560abd7d;p=emu8051.git diff --git a/src/messagebox.h b/src/messagebox.h index 0853a31..991e758 100644 --- a/src/messagebox.h +++ b/src/messagebox.h @@ -24,13 +24,10 @@ #include - #define MESSAGE_DIALOG_NORMAL_FONT 0 #define MESSAGE_DIALOG_FIXED_FONT 1 - void -ShowMessage( gchar *title, gchar *message, int justification, int font_style ); - +ShowMessage(gchar *title, gchar *message, int justification, int font_style); #endif /* MESSAGEBOX_H */