mirror of
https://git.proxmox.com/git/systemd
synced 2026-01-17 11:27:27 +00:00
13 lines
231 B
C
13 lines
231 B
C
/*-*- 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
|