X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fspawn-ask-password-agent.h;fp=src%2Fspawn-ask-password-agent.h;h=0000000000000000000000000000000000000000;hb=f33d3ec1d7521c91da8b30ad5cb345d6416bb07d;hp=fa5e7b026069e9fee10e124703c891b5ef671f1b;hpb=5e6f883dfcd2befce26102eba972d4c1d814dfdf;p=elogind.git diff --git a/src/spawn-ask-password-agent.h b/src/spawn-ask-password-agent.h deleted file mode 100644 index fa5e7b026..000000000 --- a/src/spawn-ask-password-agent.h +++ /dev/null @@ -1,28 +0,0 @@ -/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ - -#ifndef foospawnaskpasswordagenthfoo -#define foospawnaskpasswordagenthfoo - -/*** - 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 Lesser General Public License as published by - the Free Software Foundation; either version 2.1 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 - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with systemd; If not, see . -***/ - -int ask_password_agent_open(void); -void ask_password_agent_close(void); - -#endif