X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=src%2Fmessagebox.h;h=991e758a25d0d6d829505f75b5487f6948c528fb;hb=fd6fa7c56a209cb5d4fa15f59a837b88795529ee;hp=9a8852ee2e0f5e33872a1580244dada62f1dfd71;hpb=6a65dca9d597772744524b909f2d89b479b8bf77;p=emu8051.git diff --git a/src/messagebox.h b/src/messagebox.h index 9a8852e..991e758 100644 --- a/src/messagebox.h +++ b/src/messagebox.h @@ -16,7 +16,7 @@ * * 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 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 */