X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fshared%2Flogin-shared.h;fp=src%2Fshared%2Flogin-shared.h;h=b2787c9c6282b7f2296f6afdf6cadd3c9e4131d7;hb=58dfc42ecfa95f2b859790d726bfae2feea1faa9;hp=0000000000000000000000000000000000000000;hpb=4c63a53ac5190dc8b837c15daefec5772de66bdc;p=elogind.git diff --git a/src/shared/login-shared.h b/src/shared/login-shared.h new file mode 100644 index 000000000..b2787c9c6 --- /dev/null +++ b/src/shared/login-shared.h @@ -0,0 +1,24 @@ +/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ + +/*** + This file is part of systemd. + + Copyright 2013 Zbigniew Jędrzejewski-Szmek + + 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 . +***/ + +#include + +bool session_id_valid(const char *id);