1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-26 10:03:40 +03:00
systemd-stable/load-dropin.h
2010-01-23 01:52:57 +01:00

13 lines
210 B
C

/*-*- Mode: C; c-basic-offset: 8 -*-*/
#ifndef fooloaddropinhfoo
#define fooloaddropinhfoo
#include "name.h"
/* Read service data supplementary drop-in directories */
int name_load_dropin(Name *n);
#endif