chiark / gitweb /
add some test script output
[elogind.git] / timer.h
diff --git a/timer.h b/timer.h
index fcbddc0ac3f341f4a584a41d7cbfc00a50e8933c..ff9f73cee5c11beb5b8774d2440ae83206d5b5a0 100644 (file)
--- a/timer.h
+++ b/timer.h
@@ -5,7 +5,7 @@
 
 typedef struct Timer Timer;
 
-#include "name.h"
+#include "unit.h"
 
 typedef enum TimerState {
         TIMER_DEAD,
@@ -25,6 +25,6 @@ struct Timer {
         Service *service;
 };
 
-const NameVTable timer_vtable;
+const UnitVTable timer_vtable;
 
 #endif