chiark / gitweb /
synchronize logger socket with what we use in the code
[elogind.git] / load-fragment.h
1 /*-*- Mode: C; c-basic-offset: 8 -*-*/
2
3 #ifndef fooloadfragmenthfoo
4 #define fooloadfragmenthfoo
5
6 #include "unit.h"
7
8 /* Read service data from .desktop file style configuration fragments */
9
10 int unit_load_fragment(Unit *u);
11
12 #endif