summaryrefslogtreecommitdiff
path: root/src/libelogind/sd-id128/id128-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libelogind/sd-id128/id128-util.h')
-rw-r--r--src/libelogind/sd-id128/id128-util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libelogind/sd-id128/id128-util.h b/src/libelogind/sd-id128/id128-util.h
index 6b3855acb..e5262cdcd 100644
--- a/src/libelogind/sd-id128/id128-util.h
+++ b/src/libelogind/sd-id128/id128-util.h
@@ -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