]> git.ipfire.org Git - people/ms/systemd.git/blame - load-fstab.h
s/name/unit
[people/ms/systemd.git] / load-fstab.h
CommitLineData
5cb5a6ff
LP
1/*-*- Mode: C; c-basic-offset: 8 -*-*/
2
3#ifndef fooloadfstabhfoo
4#define fooloadfstabhfoo
5
87f0e418 6#include "unit.h"
5cb5a6ff
LP
7
8/* Read service data from /etc/fstab */
9
87f0e418 10int unit_load_fstab(Unit *u);
5cb5a6ff
LP
11
12#endif