chiark / gitweb /
Prep v232.2: Mask more unneeded functions
[elogind.git] / src / libelogind / sd-id128 / id128-util.h
index 6b3855acbbba3f6268533dcaa40119ddffb29ef3..e5262cdcda200c956c8442caff1df5df03467f91 100644 (file)
@@ -43,9 +43,11 @@ typedef enum Id128Format {
 int id128_read_fd(int fd, Id128Format f, sd_id128_t *ret);
 int id128_read(const char *p, Id128Format f, sd_id128_t *ret);
 
+#if 0 /// UNNEEDED by elogind
 int id128_write_fd(int fd, Id128Format f, sd_id128_t id, bool do_sync);
 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