chiark / gitweb /
polkit: temporarily spawn of a polkit agent in terminals for possibly authenticated...
[elogind.git] / src / spawn-ask-password-agent.h
similarity index 84%
rename from src/core/spawn-agent.h
rename to src/spawn-ask-password-agent.h
index fd0a9109b80617ddf781adfa1a1776c536ede214..dae039ad058e393f1e3460063ecc022a6aa98d58 100644 (file)
@@ -1,7 +1,7 @@
 /*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
 
-#ifndef foospawnagenthfoo
-#define foospawnagenthfoo
+#ifndef foospawnaskpasswordagenthfoo
+#define foospawnaskpasswordagenthfoo
 
 /***
   This file is part of systemd.
@@ -22,7 +22,7 @@
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-void agent_open(void);
-void agent_close(void);
+int ask_password_agent_open(void);
+void ask_password_agent_close(void);
 
 #endif