From babb07bcbec3674a3f542cf6ae3f2d6b212a3ed4 Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Mon, 25 Aug 2003 21:51:37 +0000 Subject: Reduce GCC verbosity (various prototype declaration fixes). ffmpeg, wine and fft*post are untouched (fft: for now). CVS patchset: 5310 CVS date: 2003/08/25 21:51:37 --- src/post/goom/goom_core.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/post/goom/goom_core.h') diff --git a/src/post/goom/goom_core.h b/src/post/goom/goom_core.h index 5c5efd286..343285891 100644 --- a/src/post/goom/goom_core.h +++ b/src/post/goom/goom_core.h @@ -33,11 +33,11 @@ void goom_set_resolution (guint32 resx, guint32 resy, int cinemascope); guint32 *goom_update (gint16 data[2][512], int forceMode, float fps, char *songTitle, char *message); -void goom_close (); +void goom_close (void); void goom_set_font (int ***chars, int *width, int *height); void goom_setAsmUse (int useIt); -int goom_getAsmUse (); +int goom_getAsmUse (void); #endif -- cgit v1.2.3