Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I16f88f649bddad572e0d44cee7e0edec6a6a6964
8 lines
142 B
C
8 lines
142 B
C
#ifndef XIDLEHOOK_H
|
|
#define XIDLEHOOK_H
|
|
|
|
#include "inhibit-interface.h"
|
|
|
|
InhibitInterface *xidlehook_create(const char *socket_path);
|
|
|
|
#endif
|