aboutsummaryrefslogtreecommitdiffstats
path: root/src/servers/crtc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/servers/crtc.h')
-rw-r--r--src/servers/crtc.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/servers/crtc.h b/src/servers/crtc.h
index 1670ee2..3bf9eed 100644
--- a/src/servers/crtc.h
+++ b/src/servers/crtc.h
@@ -74,5 +74,20 @@ int initialise_crtcs(void);
int merge_state(struct output* restrict old_outputs, size_t old_outputs_n);
+/**
+ * Disconnect from the site
+ *
+ * @return Zero on success, -1 on error
+ */
+int disconnect(void);
+
+/**
+ * Reconnect to the site
+ *
+ * @return Zero on success, -1 on error
+ */
+int reconnect(void);
+
+
#endif