Commit 9bceffef authored by Måns Rullgård's avatar Måns Rullgård

Fix ff_random_get_seed() prototype

Originally committed as revision 17970 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 36a12218
......@@ -26,6 +26,6 @@
/**
* Gets a seed to use in conjuction with random functions.
*/
uint32_t ff_random_get_seed();
uint32_t ff_random_get_seed(void);
#endif /* AVUTIL_RANDOM_SEED_H */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment