summaryrefslogtreecommitdiff
path: root/load-fstab.h
blob: e7056502dbef51f7c47b3783f1e1b9dc455fa029 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*-*- Mode: C; c-basic-offset: 8 -*-*/

#ifndef fooloadfstabhfoo
#define fooloadfstabhfoo

#include "name.h"

/* Read service data from /etc/fstab */

int name_load_fstab(Name *n);

#endif