]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/home/home-util.h
homework: Handle Update & Create w/ blob dir
[thirdparty/systemd.git] / src / home / home-util.h
index ead8f5637ee521f07bcd2a256eef54d9ee1317aa..f2e5787a546f578ff51460b97f5b2e70a014213f 100644 (file)
@@ -5,6 +5,7 @@
 
 #include "sd-bus.h"
 
+#include "hash-funcs.h"
 #include "time-util.h"
 #include "user-record.h"
 
@@ -20,6 +21,8 @@
 /* This should be 83% right now, i.e. 100 of (100 + 20). Let's protect us against accidental changes. */
 assert_cc(USER_DISK_SIZE_DEFAULT_PERCENT == 83U);
 
+extern const struct hash_ops blob_fd_hash_ops;
+
 bool suitable_user_name(const char *name);
 int suitable_realm(const char *realm);
 int suitable_image_path(const char *path);