]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/shared/spawn-ask-password-agent.h
namespace-util: introduce helper for combining unshare() + MS_SLAVE remount
[thirdparty/systemd.git] / src / shared / spawn-ask-password-agent.h
CommitLineData
53e1b683 1/* SPDX-License-Identifier: LGPL-2.1+ */
c2f1db8f 2#pragma once
729e3769 3
c59e2ec6
LP
4#include <stdbool.h>
5
6#include "bus-util.h"
7
6bb92a16
LP
8int ask_password_agent_open(void);
9void ask_password_agent_close(void);
c59e2ec6
LP
10
11int ask_password_agent_open_if_enabled(BusTransport transport, bool ask_password);