]> git.ipfire.org Git - thirdparty/pdns.git/blobdiff - pdns/utility.hh
minicurl: correct comment
[thirdparty/pdns.git] / pdns / utility.hh
index 2672a1826135fc973ff5b6f47882adae199a04e8..024fc089fb111a5b6f66f239e60d2f32ebb39cca 100644 (file)
@@ -128,11 +128,9 @@ public:
 
   //! Writes a vector.
   static int writev( Utility::sock_t socket, const iovec *vector, size_t count );
-  //! Returns a random number.
-  static long int random( void );
 
   //! Sets the random seed.
-  static void srandom( unsigned int seed );
+  static void srandom(void);
 
   //! Drops the program's group privileges.
   static void dropGroupPrivs( int uid, int gid );