summaryrefslogtreecommitdiff
path: root/src/post/goom/goom_core.h
diff options
context:
space:
mode:
authorDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2003-09-15 22:53:53 +0000
committerDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2003-09-15 22:53:53 +0000
commit460a830e9b6b91dc635c42af44cf9c0de23fedee (patch)
treebcfe4ea1f33f102fac3b092e4371ea8e598252db /src/post/goom/goom_core.h
parenta298fedd7291d61dcfde6227915be5e6347e0509 (diff)
downloadxine-lib-460a830e9b6b91dc635c42af44cf9c0de23fedee.tar.gz
xine-lib-460a830e9b6b91dc635c42af44cf9c0de23fedee.tar.bz2
avoid implicit void argument
CVS patchset: 5387 CVS date: 2003/09/15 22:53:53
Diffstat (limited to 'src/post/goom/goom_core.h')
-rw-r--r--src/post/goom/goom_core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/post/goom/goom_core.h b/src/post/goom/goom_core.h
index a4cac2c99..70f570f3b 100644
--- a/src/post/goom/goom_core.h
+++ b/src/post/goom/goom_core.h
@@ -33,7 +33,7 @@ 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);