X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=snapshot.h;h=563af41293360a82558defd58aa070a884aee991;hb=87f0e418cf2c58b3201d06a60e3696ec672d2662;hp=8d35e174c8468f19654ee36bbdefa9f5476526c3;hpb=fd79db6a5df0f94c48736ce5aa0131d6ab108fb0;p=elogind.git diff --git a/snapshot.h b/snapshot.h index 8d35e174c..563af4129 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