mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-03 01:17:45 +03: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
|