[Xbubble-commits] xbubble/src init.h,1.1,1.2

Martin Quinson xbubble-devel@lists.alioth.debian.org
Wed, 27 Apr 2005 15:17:55 +0000


Update of /cvsroot/xbubble/xbubble/src
In directory haydn:/tmp/cvs-serv17031

Modified Files:
	init.h 
Log Message:
useless cosmetics

Index: init.h
===================================================================
RCS file: /cvsroot/xbubble/xbubble/src/init.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- init.h	5 Dec 2004 20:40:59 -0000	1.1
+++ init.h	27 Apr 2005 15:17:52 -0000	1.2
@@ -1,7 +1,8 @@
 #ifndef _INIT_H
 #define _INIT_H
 
-void init_display( char * display_name );
 void splash_screen( double zoom );
-void cleanup_graphics();
+void cleanup_graphics(void);
+void init_display( char * display_name );
+
 #endif /* _INIT_H */