1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-28 20:25:38 +03:00
systemd/load-dropin.h

13 lines
210 B
C
Raw Normal View History

/*-*- Mode: C; c-basic-offset: 8 -*-*/
#ifndef fooloaddropinhfoo
#define fooloaddropinhfoo
2010-01-26 23:39:06 +03:00
#include "unit.h"
/* Read service data supplementary drop-in directories */
2010-01-26 23:39:06 +03:00
int unit_load_dropin(Unit *u);
#endif