diff options
Diffstat (limited to 'src/home/homework-blob.h')
-rw-r--r-- | src/home/homework-blob.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/home/homework-blob.h b/src/home/homework-blob.h new file mode 100644 index 0000000..fbe6c82 --- /dev/null +++ b/src/home/homework-blob.h @@ -0,0 +1,9 @@ +/* SPDX-License-Identifier: LGPL-2.1-or-later */ + +#pragma once + +#include "user-record.h" + +int home_reconcile_blob_dirs(UserRecord *h, int root_fd, int reconciled); + +int home_apply_new_blob_dir(UserRecord *h, Hashmap *blobs); |