mirror of
https://git.proxmox.com/git/fwupd
synced 2025-07-14 05:09:41 +00:00
16 lines
404 B
C
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);
|