blob: fbe6c82cd4f9a89d341e9adddf70b328f3cb2b6c (
plain)
1
2
3
4
5
6
7
8
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);
|