X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Flibelogind%2Fsd-id128%2Fid128-util.h;h=d435b976d98767a7657c8f80e5acc9aa610e7cfc;hb=3daa986ebd3fd6d42853c12020a8c687ce681b26;hp=6b3855acbbba3f6268533dcaa40119ddffb29ef3;hpb=3c4743e938878986b5fd89119d1d050658b8024e;p=elogind.git diff --git a/src/libelogind/sd-id128/id128-util.h b/src/libelogind/sd-id128/id128-util.h index 6b3855acb..d435b976d 100644 --- a/src/libelogind/sd-id128/id128-util.h +++ b/src/libelogind/sd-id128/id128-util.h @@ -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