mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08: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
|