From 6bb92a169e8a65e7def5545798001e0dbecc7d4f Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 11 Apr 2012 18:50:16 +0200 Subject: polkit: temporarily spawn of a polkit agent in terminals for possibly authenticated operations --- src/core/spawn-agent.h | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 src/core/spawn-agent.h (limited to 'src/core') diff --git a/src/core/spawn-agent.h b/src/core/spawn-agent.h deleted file mode 100644 index fd0a9109b8..0000000000 --- a/src/core/spawn-agent.h +++ /dev/null @@ -1,28 +0,0 @@ -/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ - -#ifndef foospawnagenthfoo -#define foospawnagenthfoo - -/*** - This file is part of systemd. - - Copyright 2011 Lennart Poettering - - systemd is free software; you can redistribute it and/or modify it - under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - systemd is distributed in the hope that it will be useful, but - WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - General Public License for more details. - - You should have received a copy of the GNU General Public License - along with systemd; If not, see . -***/ - -void agent_open(void); -void agent_close(void); - -#endif -- cgit v1.2.3-54-g00ecf