]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/shared/spawn-polkit-agent.h
Merge pull request #16491 from keszybz/udev-logging
[thirdparty/systemd.git] / src / shared / spawn-polkit-agent.h
CommitLineData
53e1b683 1/* SPDX-License-Identifier: LGPL-2.1+ */
05d3a176 2#pragma once
729e3769 3
385d581b
LP
4#include <stdbool.h>
5
8a4b13c5
ZJS
6#include "bus-util.h"
7
6bb92a16
LP
8int polkit_agent_open(void);
9void polkit_agent_close(void);
8a4b13c5 10
385d581b 11int polkit_agent_open_if_enabled(BusTransport transport, bool ask_password);