X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=load-dropin.h;h=b39580b7cbe1756f7a28d3b190d8e6143eaff5cb;hp=c4971a51bed5aefb720dc8db3fb1ed77a043cb56;hb=a9b5b03212f9c854938483b8901e433c2ba6619b;hpb=5cb5a6ffc33667c93e9bc3572534dcaa684046e3 diff --git a/load-dropin.h b/load-dropin.h index c4971a51b..b39580b7c 100644 --- a/load-dropin.h +++ b/load-dropin.h @@ -3,10 +3,29 @@ #ifndef fooloaddropinhfoo #define fooloaddropinhfoo -#include "name.h" +/*** + 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 supplementary drop-in directories */ -int name_load_dropin(Name *n); +int unit_load_dropin(Unit *u); #endif