chiark / gitweb /
add simple memory zeroing macros
[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