rnd-20050603-1-src
[rocksndiamonds.git] / src / libgame / random.h
index 6464286cb294f75c4e7212b37b517dfd08f8f910..ed01196dee47358e80d7de178bc7b5f45cee0950 100644 (file)
@@ -1,7 +1,7 @@
 /***********************************************************
 * Artsoft Retro-Game Library                               *
 *----------------------------------------------------------*
-* (c) 1994-2001 Artsoft Entertainment                      *
+* (c) 1994-2002 Artsoft Entertainment                      *
 *               Holger Schemel                             *
 *               Detmolder Strasse 189                      *
 *               33604 Bielefeld                            *
@@ -14,7 +14,7 @@
 #ifndef RANDOM_H
 #define RANDOM_H
 
-void srandom_linux_libc(unsigned int);
-long int random_linux_libc(void);
+void srandom_linux_libc(int, unsigned int);
+long int random_linux_libc(int);
 
 #endif