From 87f0e418cf2c58b3201d06a60e3696ec672d2662 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 26 Jan 2010 21:39:06 +0100 Subject: s/name/unit --- snapshot.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'snapshot.h') diff --git a/snapshot.h b/snapshot.h index 8d35e174c8..563af41293 100644 --- a/snapshot.h +++ b/snapshot.h @@ -5,7 +5,7 @@ typedef struct Snapshot Snapshot; -#include "name.h" +#include "unit.h" typedef enum SnapshotState { SNAPSHOT_DEAD, @@ -19,6 +19,6 @@ struct Snapshot { bool cleanup:1; }; -extern const NameVTable snapshot_vtable; +extern const UnitVTable snapshot_vtable; #endif -- cgit v1.2.3-54-g00ecf