Fix ff_random_get_seed() prototype

Originally committed as revision 17970 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Måns Rullgård 2009-03-14 23:00:57 +00:00
parent 36a12218db
commit 9bceffef3a

View File

@ -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 */