]> git.sur5r.net Git - i3/i3/blobdiff - include/commands.h
tests: replace http:// with https:// where appropriate
[i3/i3] / include / commands.h
index a57b2925e1cee52dd451ff1927ed7dd6db578f28..9780f788b5bb53b308609df0818017e420d77024 100644 (file)
@@ -290,6 +290,12 @@ void cmd_move_scratchpad(I3_CMD);
  */
 void cmd_scratchpad_show(I3_CMD);
 
+/**
+ * Implementation of 'swap [container] [with] id|con_id|mark <arg>'.
+ *
+ */
+void cmd_swap(I3_CMD, const char *mode, const char *arg);
+
 /**
  * Implementation of 'title_format <format>'
  *