chiark / gitweb /
s/name/unit
[elogind.git] / load-fragment.h
index 523426faf50a5c3a945754ca5f760602dbd2ebe2..475bf64aafd9bf350c4e24b2b916b92603d08b1a 100644 (file)
@@ -3,10 +3,10 @@
 #ifndef fooloadfragmenthfoo
 #define fooloadfragmenthfoo
 
-#include "name.h"
+#include "unit.h"
 
 /* Read service data from .desktop file style configuration fragments */
 
-int name_load_fragment(Name *n);
+int unit_load_fragment(Unit *u);
 
 #endif