fwupd/libfwupdplugin/fu-kenv.h
Richard Hughes 79bbcd792a Store the BSD kernel cmdline string in the failure report
Also split out a kenv helper into common code.
2021-05-25 06:31:46 +01:00

13 lines
213 B
C

/*
* Copyright (C) 2021 Richard Hughes <richard@hughsie.com>
*
* SPDX-License-Identifier: LGPL-2.1+
*/
#pragma once
#include <glib.h>
gchar *fu_kenv_get_string (const gchar *key,
GError **error);