summaryrefslogtreecommitdiff
path: root/load-fragment.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-04-10 17:53:17 +0200
committerLennart Poettering <lennart@poettering.net>2010-04-10 18:00:34 +0200
commite537352b9bfffe6f6286483bff2c7601c78407e3 (patch)
treebe1a46883f8a1bc6b666bd680adda2d309979c15 /load-fragment.h
parent108736d0d34d7b74a61a6ac7b99d4d4fec81ce09 (diff)
mount: implement mounting properly
This also includes code that writes utmp/wtmp records when applicable, making use the mount infrastructure to detct when those files are accessible. Finally, this also introduces a --dump-configuration-items switch.
Diffstat (limited to 'load-fragment.h')
-rw-r--r--load-fragment.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/load-fragment.h b/load-fragment.h
index 709859522d..beba87cb7b 100644
--- a/load-fragment.h
+++ b/load-fragment.h
@@ -26,6 +26,8 @@
/* Read service data from .desktop file style configuration fragments */
-int unit_load_fragment(Unit *u, UnitLoadState *new_state);
+int unit_load_fragment(Unit *u);
+
+void unit_dump_config_items(FILE *f);
#endif