mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-12-19 21:16:37 +07:00
13 lines
189 B
C
13 lines
189 B
C
/*-*- Mode: C; c-basic-offset: 8 -*-*/
|
|
|
|
#ifndef fooloadfstabhfoo
|
|
#define fooloadfstabhfoo
|
|
|
|
#include "unit.h"
|
|
|
|
/* Read service data from /etc/fstab */
|
|
|
|
int unit_load_fstab(Unit *u);
|
|
|
|
#endif
|