mirror of
https://github.com/systemd/systemd.git
synced 2026-07-08 23:57:15 +00:00
5 lines
171 B
C
5 lines
171 B
C
/* SPDX-License-Identifier: LGPL-2.1-or-later */
|
|
#pragma once
|
|
|
|
char *replace_var(const char *text, char *(*lookup)(const char *variable, void *userdata), void *userdata);
|