mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-03 01:17:45 +03:00
13 lines
231 B
C
13 lines
231 B
C
/*-*- 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
|