]> git.ipfire.org Git - thirdparty/systemd.git/blame - load-fragment.h
fix ordering cycle detection
[thirdparty/systemd.git] / load-fragment.h
CommitLineData
3efd4195
LP
1/*-*- Mode: C; c-basic-offset: 8 -*-*/
2
3#ifndef fooloadfragmenthfoo
4#define fooloadfragmenthfoo
5
87f0e418 6#include "unit.h"
3efd4195
LP
7
8/* Read service data from .desktop file style configuration fragments */
9
87f0e418 10int unit_load_fragment(Unit *u);
3efd4195
LP
11
12#endif