]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/shared/spawn-ask-password-agent.h
cryptenroll: allow to use a public key on a token
[thirdparty/systemd.git] / src / shared / spawn-ask-password-agent.h
1 /* SPDX-License-Identifier: LGPL-2.1-or-later */
2 #pragma once
3
4 #include <stdbool.h>
5
6 #include "bus-util.h"
7
8 int ask_password_agent_open(void);
9 void ask_password_agent_close(void);
10
11 int ask_password_agent_open_if_enabled(BusTransport transport, bool ask_password);