Commit 6378351169696f9d446de93a3efd75b4b061fecc

Callum Davies 2014-08-10T12:34:44

Fix arc4random() and arc4random_stir() prototypes These two functions accept no arguments. The prototypes should reflect this. This change lets the compiler warn about certain (admittedly silly) mistakes. Signed-off-by: Guillem Jover <guillem@hadrons.org>