comparison random_seed.h @ 693:ddffe864f8b2 libavutil

Fix ff_random_get_seed() prototype
author mru
date Sat, 14 Mar 2009 23:00:57 +0000
parents 3f23085bdc04
children 7af4b9eede26
comparison
equal deleted inserted replaced
692:3f23085bdc04 693:ddffe864f8b2
24 #include <stdint.h> 24 #include <stdint.h>
25 25
26 /** 26 /**
27 * Gets a seed to use in conjuction with random functions. 27 * Gets a seed to use in conjuction with random functions.
28 */ 28 */
29 uint32_t ff_random_get_seed(); 29 uint32_t ff_random_get_seed(void);
30 30
31 #endif /* AVUTIL_RANDOM_SEED_H */ 31 #endif /* AVUTIL_RANDOM_SEED_H */