eudev/load-fragment.h

13 lines
231 B
C
Raw Normal View History

2009-11-20 05:13:20 +07:00
/*-*- Mode: C; c-basic-offset: 8 -*-*/
#ifndef fooloadfragmenthfoo
#define fooloadfragmenthfoo
2010-01-27 03:39:06 +07:00
#include "unit.h"
2009-11-20 05:13:20 +07:00
/* Read service data from .desktop file style configuration fragments */
2010-01-27 03:39:06 +07:00
int unit_load_fragment(Unit *u);
2009-11-20 05:13:20 +07:00
#endif