mirror of
https://github.com/AuxXxilium/eudev.git
synced 2025-01-21 11:37:31 +07:00
13 lines
189 B
C
13 lines
189 B
C
/*-*- 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
|