Systemd/src/basic/replace-var.h

11 lines
243 B
C
Raw Normal View History

/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once
/***
This file is part of systemd.
Copyright 2012 Lennart Poettering
***/
2017-07-25 01:32:34 +02:00
char *replace_var(const char *text, char *(*lookup)(const char *variable, void *userdata), void *userdata);