udev: String substitutions can be done in ENV, too
[systemd_ALT.git] / src / home / homework-quota.h
bloba21c9ba8b15a20a3a090813446f0b28b57e1b862
1 /* SPDX-License-Identifier: LGPL-2.1-or-later */
2 #pragma once
4 #include "user-record.h"
6 int home_update_quota_btrfs(UserRecord *h, const char *path);
7 int home_update_quota_classic(UserRecord *h, const char *path);
8 int home_update_quota_auto(UserRecord *h, const char *path);