summaryrefslogtreecommitdiff
path: root/src/ipc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ipc.h')
-rw-r--r--src/ipc.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/ipc.h b/src/ipc.h
deleted file mode 100644
index 30a953a..0000000
--- a/src/ipc.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifndef IPC_H
-#define IPC_H
-
-#include <json-c/json_object.h>
-
-/*
- * Submit an IPC request to greetd.
- *
- * Returns the response on success, or NULL on failure.
- */
-struct json_object *ipc_submit(struct json_object *request);
-
-#endif /* IPC_H */