Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I16f88f649bddad572e0d44cee7e0edec6a6a6964
8 lines
153 B
C
8 lines
153 B
C
#ifndef DBUS_SYSTEMD_LOGIN1_H
|
|
#define DBUS_SYSTEMD_LOGIN1_H
|
|
|
|
#include "inhibit-interface.h"
|
|
|
|
InhibitInterface *dbus_systemd_login1_create(void);
|
|
|
|
#endif
|