mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-26 10:03:40 +03:00
13 lines
210 B
C
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
|