]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/home/home-util.h
homed: make it easier to run multiple instances of homed
[thirdparty/systemd.git] / src / home / home-util.h
index 6161d4c3d06da2f6ade7533f483dd1d4c40d0b54..73602e4f8ec0462ded7226dd208d0d8558da4cbf 100644 (file)
@@ -21,6 +21,3 @@ int bus_message_append_secret(sd_bus_message *m, UserRecord *secret);
 /* Many of our operations might be slow due to crypto, fsck, recursive chown() and so on. For these
  * operations permit a *very* long timeout */
 #define HOME_SLOW_BUS_CALL_TIMEOUT_USEC (2*USEC_PER_MINUTE)
-
-int test_password_one(const char *hashed_password, const char *password);
-int test_password_many(char **hashed_password, const char *password);