mirror of
https://github.com/systemd/systemd.git
synced 2024-11-28 12:53:36 +08: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
|