X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=load-fragment.h;h=beba87cb7b41124f97efc1e70ba8cab815c8bf63;hp=475bf64aafd9bf350c4e24b2b916b92603d08b1a;hb=2a1a539789190c2d413710bcd88f1e351400d700;hpb=87f0e418cf2c58b3201d06a60e3696ec672d2662 diff --git a/load-fragment.h b/load-fragment.h index 475bf64aa..beba87cb7 100644 --- a/load-fragment.h +++ b/load-fragment.h @@ -3,10 +3,31 @@ #ifndef fooloadfragmenthfoo #define fooloadfragmenthfoo +/*** + This file is part of systemd. + + Copyright 2010 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 . +***/ + #include "unit.h" /* Read service data from .desktop file style configuration fragments */ int unit_load_fragment(Unit *u); +void unit_dump_config_items(FILE *f); + #endif