chiark / gitweb /
util: introduce random_ull()
[elogind.git] / src / util.h
index cacc3969b2e9f3e28cd7a5587b63d6165c10def2..0b397ac0d4deb40631d9917af032be3a8e666596 100644 (file)
@@ -196,6 +196,8 @@ int make_stdio(int fd);
 
 bool is_clean_exit(int code, int status);
 
 
 bool is_clean_exit(int code, int status);
 
+unsigned long long random_ull(void);
+
 #define DEFINE_STRING_TABLE_LOOKUP(name,type)                           \
         const char *name##_to_string(type i) {                          \
                 if (i < 0 || i >= (type) ELEMENTSOF(name##_table))      \
 #define DEFINE_STRING_TABLE_LOOKUP(name,type)                           \
         const char *name##_to_string(type i) {                          \
                 if (i < 0 || i >= (type) ELEMENTSOF(name##_table))      \