summaryrefslogtreecommitdiffstats
path: root/src/oom/oomd-manager-bus.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/oom/oomd-manager-bus.h')
-rw-r--r--src/oom/oomd-manager-bus.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/oom/oomd-manager-bus.h b/src/oom/oomd-manager-bus.h
new file mode 100644
index 0000000..7935b35
--- /dev/null
+++ b/src/oom/oomd-manager-bus.h
@@ -0,0 +1,8 @@
+/* SPDX-License-Identifier: LGPL-2.1-or-later */
+#pragma once
+
+#include "bus-object.h"
+
+typedef struct Manager Manager;
+
+extern const BusObjectImplementation manager_object;