summaryrefslogtreecommitdiff
path: root/load-fstab.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-01-26 21:39:06 +0100
committerLennart Poettering <lennart@poettering.net>2010-01-26 21:39:06 +0100
commit87f0e418cf2c58b3201d06a60e3696ec672d2662 (patch)
treea27ef34fdf69505d983852d36d200b6e590726df /load-fstab.h
parentfd79db6a5df0f94c48736ce5aa0131d6ab108fb0 (diff)
s/name/unit
Diffstat (limited to 'load-fstab.h')
-rw-r--r--load-fstab.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/load-fstab.h b/load-fstab.h
index e7056502db..b0cef7ddf6 100644
--- a/load-fstab.h
+++ b/load-fstab.h
@@ -3,10 +3,10 @@
#ifndef fooloadfstabhfoo
#define fooloadfstabhfoo
-#include "name.h"
+#include "unit.h"
/* Read service data from /etc/fstab */
-int name_load_fstab(Name *n);
+int unit_load_fstab(Unit *u);
#endif