fwupd/src/fu-polkit-agent.h
2021-08-24 11:18:40 -05:00

16 lines
404 B
C

/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-
*
* Copyright (C) 2011 Lennart Poettering <lennart@poettering.net>
* Copyright (C) 2012 Matthias Klumpp <matthias@tenstral.net>
* Copyright (C) 2015 Richard Hughes <richard@hughsie.com>
*
* SPDX-License-Identifier: LGPL-2.1+
*/
#pragma once
gboolean
fu_polkit_agent_open(GError **error);
void
fu_polkit_agent_close(void);