summaryrefslogtreecommitdiff
path: root/goo/grandom.h
diff options
context:
space:
mode:
Diffstat (limited to 'goo/grandom.h')
-rw-r--r--goo/grandom.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/goo/grandom.h b/goo/grandom.h
index 63bca38f..eccb972f 100644
--- a/goo/grandom.h
+++ b/goo/grandom.h
@@ -15,7 +15,7 @@
#include "gtypes.h"
/// Fills the given buffer with random bytes
-void grandom_fill(Guchar *buff, int size);
+void grandom_fill(unsigned char *buff, int size);
/// Returns a random number in [0,1)
double grandom_double();