]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Fix warnings.
authorSimon Josefsson <simon@josefsson.org>
Sun, 13 Apr 2008 11:30:54 +0000 (13:30 +0200)
committerSimon Josefsson <simon@josefsson.org>
Sun, 13 Apr 2008 11:30:54 +0000 (13:30 +0200)
lib/random.h

index c899c67a98d59ecc3bce2a86b0b7c490ad4c7fe3..5178b92712c71275934cc9203cc5d5d6285dc7e8 100644 (file)
@@ -8,7 +8,7 @@
 #define RND_KEY GNUTLS_RND_KEY
 
 int _gnutls_rnd (int level, void *data, int len);
-void _gnutls_rnd_deinit ();
-int _gnutls_rnd_init ();
+void _gnutls_rnd_deinit (void);
+int _gnutls_rnd_init (void);
 
 #endif