X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fspawn-polkit-agent.h;fp=src%2Fspawn-polkit-agent.h;h=34131f019a8aae730a73783b853e1de46d6a6517;hb=6bb92a169e8a65e7def5545798001e0dbecc7d4f;hp=0000000000000000000000000000000000000000;hpb=f25626edf4c39bb9409cb165e6ce9551dd130661;p=elogind.git diff --git a/src/spawn-polkit-agent.h b/src/spawn-polkit-agent.h new file mode 100644 index 000000000..34131f019 --- /dev/null +++ b/src/spawn-polkit-agent.h @@ -0,0 +1,28 @@ +/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ + +#ifndef foospawnpolkitagenthfoo +#define foospawnpolkitagenthfoo + +/*** + This file is part of systemd. + + Copyright 2012 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 . +***/ + +int polkit_agent_open(void); +void polkit_agent_close(void); + +#endif