chiark / gitweb /
mount: require fsck
[elogind.git] / src / dbus-job.h
index 460235885645f93a6189de70f270716cb33f38cd..801e3e6349efed8fd444911a53c47ef4599fcc58 100644 (file)
@@ -1,4 +1,4 @@
-/*-*- Mode: C; c-basic-offset: 8 -*-*/
+/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
 
 #ifndef foodbusjobhfoo
 #define foodbusjobhfoo
@@ -29,4 +29,6 @@ void bus_job_send_removed_signal(Job *j, bool success);
 
 extern const DBusObjectPathVTable bus_job_vtable;
 
+extern const char bus_job_interface[];
+
 #endif