1 2 3 4 5
/* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once int ask_password_agent_open(void); void ask_password_agent_close(void);