]> git.ipfire.org Git - people/ms/systemd.git/blame - load-fragment.h
load-fragment: add missing .c/h files
[people/ms/systemd.git] / load-fragment.h
CommitLineData
3efd4195
LP
1/*-*- Mode: C; c-basic-offset: 8 -*-*/
2
3#ifndef fooloadfragmenthfoo
4#define fooloadfragmenthfoo
5
6#include "name.h"
7
8/* Read service data from .desktop file style configuration fragments */
9
10int name_load_fragment(Name *n);
11
12#endif