chiark / gitweb /
e7056502dbef51f7c47b3783f1e1b9dc455fa029
[elogind.git] / load-fstab.h
1 /*-*- Mode: C; c-basic-offset: 8 -*-*/
2
3 #ifndef fooloadfstabhfoo
4 #define fooloadfstabhfoo
5
6 #include "name.h"
7
8 /* Read service data from /etc/fstab */
9
10 int name_load_fstab(Name *n);
11
12 #endif