chiark / gitweb /
Remove dead lines in various places
[elogind.git] / src / core / snapshot.h
index 56f87cff4d9f4657c53f8806a18a0f12c0455dc0..e6dc661060664d859bdf22683b4d82ffbfc3ab0a 100644 (file)
@@ -38,12 +38,11 @@ struct Snapshot {
         SnapshotState state, deserialized_state;
 
         bool cleanup;
-        bool by_snapshot_create:1;
 };
 
 extern const UnitVTable snapshot_vtable;
 
-int snapshot_create(Manager *m, const char *name, bool cleanup, DBusError *e, Snapshot **s);
+int snapshot_create(Manager *m, const char *name, bool cleanup, sd_bus_error *e, Snapshot **s);
 void snapshot_remove(Snapshot *s);
 
 const char* snapshot_state_to_string(SnapshotState i) _const_;