diff options
Diffstat (limited to 'load-fragment.h')
-rw-r--r-- | load-fragment.h | 4 |
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 |