summaryrefslogtreecommitdiff
path: root/load-fragment.h
blob: 475bf64aafd9bf350c4e24b2b916b92603d08b1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*-*- Mode: C; c-basic-offset: 8 -*-*/

#ifndef fooloadfragmenthfoo
#define fooloadfragmenthfoo

#include "unit.h"

/* Read service data from .desktop file style configuration fragments */

int unit_load_fragment(Unit *u);

#endif