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