chiark / gitweb /
s/name/unit
[elogind.git] / target.h
index 61f2803c1669ae8886ad59cfef8bd0f6886f3439..16cd9c4492c1723d9c095b1a940fd6f33d9d173c 100644 (file)
--- a/target.h
+++ b/target.h
@@ -5,7 +5,7 @@
 
 typedef struct Target Target;
 
-#include "name.h"
+#include "unit.h"
 
 typedef enum TargetState {
         TARGET_DEAD,
@@ -18,6 +18,6 @@ struct Target {
         TargetState state;
 };
 
-extern const NameVTable target_vtable;
+extern const UnitVTable target_vtable;
 
 #endif