chiark / gitweb /
hashmap: randomize hash functions a bit
[elogind.git] / src / shared / util.h
index 63f4e3dff2730db346979442061c4e9f48a299b5..1b845b3803dc70a2f0eeb062b4de6f47fe63ac7d 100644 (file)
@@ -253,6 +253,7 @@ int make_null_stdio(void);
 int make_console_stdio(void);
 
 unsigned long long random_ull(void);
+unsigned random_u(void);
 
 /* For basic lookup tables with strictly enumerated entries */
 #define __DEFINE_STRING_TABLE_LOOKUP(name,type,scope)                   \