1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-10-28 03:25:27 +03:00
systemd-stable/load-dropin.h
Lennart Poettering 87f0e418cf s/name/unit
2010-01-26 21:39:06 +01:00

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