mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-12-20 21:50:23 +07:00
13 lines
210 B
C
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
|