chiark / gitweb /
improve dump output for sockets
[elogind.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