Systemd/load-fstab.h

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