1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-05 15:21:37 +03:00
systemd/load-fragment.h

13 lines
231 B
C
Raw Normal View History

2009-11-20 01:13:20 +03:00
/*-*- Mode: C; c-basic-offset: 8 -*-*/
#ifndef fooloadfragmenthfoo
#define fooloadfragmenthfoo
#include "name.h"
/* Read service data from .desktop file style configuration fragments */
int name_load_fragment(Name *n);
#endif