]> git.ipfire.org Git - people/ms/systemd.git/blame - load-dropin.h
drop useless newline
[people/ms/systemd.git] / load-dropin.h
CommitLineData
5cb5a6ff
LP
1/*-*- Mode: C; c-basic-offset: 8 -*-*/
2
3#ifndef fooloaddropinhfoo
4#define fooloaddropinhfoo
5
6#include "name.h"
7
8/* Read service data supplementary drop-in directories */
9
10int name_load_dropin(Name *n);
11
12#endif