chiark / gitweb /
strv: introduce strv_new_ap() call
[elogind.git] / load-fragment.h
index cc7f6c590e09a7d711dc3ed9a26a1d2fffc8d55f..709859522d0bae6b369aabfabb144482eb672472 100644 (file)
@@ -26,6 +26,6 @@
 
 /* Read service data from .desktop file style configuration fragments */
 
-int unit_load_fragment(Unit *u);
+int unit_load_fragment(Unit *u, UnitLoadState *new_state);
 
 #endif