blob: 058ea671c37cc8773a8bd6949fcdb3e652ca9659 [file] [log] [blame]
/* SPDX-License-Identifier: BSD-3-Clause */
/*
* swtpm_setup_utils.h: Header for swtpm_setup_utils.c
*
* Author: Stefan Berger, stefanb@linux.ibm.com
*
* Copyright (c) IBM Corporation, 2021
*/
#ifndef SWTPM_SETUP_UTILS_H
#define SWTPM_SETUP_UTILS_H
#include <glib.h>
gchar *get_config_value(gchar **config_file_lines, const gchar *configname);
#endif /* SWPTM_SETUP_UTILS_H */