mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 16:37:19 +09:00
13 lines
210 B
C
13 lines
210 B
C
/*-*- Mode: C; c-basic-offset: 8 -*-*/
|
|
|
|
#ifndef fooloaddropinhfoo
|
|
#define fooloaddropinhfoo
|
|
|
|
#include "unit.h"
|
|
|
|
/* Read service data supplementary drop-in directories */
|
|
|
|
int unit_load_dropin(Unit *u);
|
|
|
|
#endif
|