diff options
author | marha <marha@users.sourceforge.net> | 2011-03-24 07:51:24 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-03-24 07:51:24 +0000 |
commit | 81aeaf653a832c4054d9a40b1cc796911521a739 (patch) | |
tree | cf49e5efe23001c76bee6fb625e26801bd7edff0 /pixman/test/utils.h | |
parent | b63d68318fdce5002f42a818f3dd3dff126ec2c2 (diff) | |
parent | b39f063f74bf0163eaf34db03134f226d18142ec (diff) | |
download | vcxsrv-81aeaf653a832c4054d9a40b1cc796911521a739.tar.gz vcxsrv-81aeaf653a832c4054d9a40b1cc796911521a739.tar.bz2 vcxsrv-81aeaf653a832c4054d9a40b1cc796911521a739.zip |
svn merge ^/branches/released .
Diffstat (limited to 'pixman/test/utils.h')
-rw-r--r-- | pixman/test/utils.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pixman/test/utils.h b/pixman/test/utils.h index 5643c1228..8f0e0c0e5 100644 --- a/pixman/test/utils.h +++ b/pixman/test/utils.h @@ -79,6 +79,9 @@ make_random_bytes (int n_bytes); double
gettime (void);
+uint32_t
+get_random_seed (void);
+
/* main body of the fuzzer test */
int
fuzzer_test_main (const char *test_name,
|