summaryrefslogtreecommitdiffstats
path: root/src/shared/spawn-ask-password-agent.h
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2024-06-26 12:07:36 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2024-06-26 15:04:06 +0200
commita8c3ed5f130ac6b9526b635448f2f29751d59603 (patch)
tree888bec3a65690f71dc58f6d26083fb480691d421 /src/shared/spawn-ask-password-agent.h
parentRename spawn-polkit-agent.c to just polkit-agent.c (diff)
downloadsystemd-a8c3ed5f130ac6b9526b635448f2f29751d59603.tar.xz
systemd-a8c3ed5f130ac6b9526b635448f2f29751d59603.zip
Rename spawn-ask-password-agent.c to just ask-password-agent.c
The functions in the file were *not* using the spawn prefix, and the prefix seems completely unnecessary.
Diffstat (limited to 'src/shared/spawn-ask-password-agent.h')
-rw-r--r--src/shared/spawn-ask-password-agent.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/shared/spawn-ask-password-agent.h b/src/shared/spawn-ask-password-agent.h
deleted file mode 100644
index a76cdb11fe..0000000000
--- a/src/shared/spawn-ask-password-agent.h
+++ /dev/null
@@ -1,11 +0,0 @@
-/* SPDX-License-Identifier: LGPL-2.1-or-later */
-#pragma once
-
-#include <stdbool.h>
-
-#include "bus-util.h"
-
-int ask_password_agent_open(void);
-void ask_password_agent_close(void);
-
-int ask_password_agent_open_if_enabled(BusTransport transport, bool ask_password);