1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-14 15:21:37 +03:00
systemd/load-fstab.h
Lennart Poettering 87f0e418cf s/name/unit
2010-01-26 21:39:06 +01:00

13 lines
189 B
C

/*-*- Mode: C; c-basic-offset: 8 -*-*/
#ifndef fooloadfstabhfoo
#define fooloadfstabhfoo
#include "unit.h"
/* Read service data from /etc/fstab */
int unit_load_fstab(Unit *u);
#endif