X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fcore%2Fsnapshot.h;h=e6dc661060664d859bdf22683b4d82ffbfc3ab0a;hp=2675b1b2429371c570ace4b669faecf78ce5e62b;hb=99f37ad86e114b2d1c9eaedf2bc1a0004a265d26;hpb=a190eeb884840e1a431e22eee2c3b93c96ca7fa3 diff --git a/src/core/snapshot.h b/src/core/snapshot.h index 2675b1b24..e6dc66106 100644 --- a/src/core/snapshot.h +++ b/src/core/snapshot.h @@ -42,7 +42,7 @@ struct Snapshot { 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_;