chiark / gitweb /
port config parser to new utility functions
[elogind.git] / mount.h
diff --git a/mount.h b/mount.h
index b437b2e7f5ead67880c052137fa542b5310ea543..734e96cb273d8ae96ca2bbc56010bee7214d5707 100644 (file)
--- a/mount.h
+++ b/mount.h
@@ -5,7 +5,7 @@
 
 typedef struct Mount Mount;
 
-#include "name.h"
+#include "unit.h"
 
 typedef enum MountState {
         MOUNT_DEAD,
@@ -23,6 +23,6 @@ struct Mount {
         char *path;
 };
 
-extern const NameVTable mount_vtable;
+extern const UnitVTable mount_vtable;
 
 #endif