blob: 674a7923a3d59f7e7084bb5466ecb80ca949f153 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once
/***
This file is part of systemd.
Copyright 2016 Lennart Poettering
***/
char* setup_fake_runtime_dir(void);
const char* get_testdata_dir(const char *suffix);
|