chiark / gitweb /
basic/random-util: do not fall back to /dev/urandom if getrandom() returns short
[elogind.git] / src / libelogind / sd-id128 / id128-util.h
index 6b3855acbbba3f6268533dcaa40119ddffb29ef3..d435b976d98767a7657c8f80e5acc9aa610e7cfc 100644 (file)
@@ -44,8 +44,10 @@ int id128_read_fd(int fd, Id128Format f, sd_id128_t *ret);
 int id128_read(const char *p, Id128Format f, sd_id128_t *ret);
 
 int id128_write_fd(int fd, Id128Format f, sd_id128_t id, bool do_sync);
+#if 0 /// UNNEEDED by elogind
 int id128_write(const char *p, Id128Format f, sd_id128_t id, bool do_sync);
 
 void id128_hash_func(const void *p, struct siphash *state);
 int id128_compare_func(const void *a, const void *b) _pure_;
 extern const struct hash_ops id128_hash_ops;
+#endif // 0