aboutsummaryrefslogtreecommitdiffstats
path: root/src/servers/gamma.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/servers/gamma.h')
-rw-r--r--src/servers/gamma.h13
1 files changed, 2 insertions, 11 deletions
diff --git a/src/servers/gamma.h b/src/servers/gamma.h
index ee9af84..ac269e0 100644
--- a/src/servers/gamma.h
+++ b/src/servers/gamma.h
@@ -76,18 +76,9 @@ void restore_gamma(void);
/**
- * 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
+ * Reapplu all gamma ramps
*/
-int reconnect(void);
+void reapply_gamma(void);
#endif