chiark / gitweb /
implement proper logging for services
[elogind.git] / load-fstab.h
index e7056502dbef51f7c47b3783f1e1b9dc455fa029..b0cef7ddf695e804da4f97c6f85df03e72737284 100644 (file)
@@ -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