chiark / gitweb /
Systemd is causing mislabeled devices to be created and then attempting to read them.
[elogind.git] / src / snapshot.h
index 25617906392c2d3acc518af9d793d7e78ecb3f3a..2b5f3c338a1711e41470166c7cf3d8394207f516 100644 (file)
@@ -44,7 +44,7 @@ struct Snapshot {
 
 extern const UnitVTable snapshot_vtable;
 
-int snapshot_create(Manager *m, const char *name, bool cleanup, Snapshot **s);
+int snapshot_create(Manager *m, const char *name, bool cleanup, DBusError *e, Snapshot **s);
 void snapshot_remove(Snapshot *s);
 
 const char* snapshot_state_to_string(SnapshotState i);