]> git.sur5r.net Git - i3/i3/blobdiff - include/commands.h
Implement shmlog command
[i3/i3] / include / commands.h
index 87f0ac1ac775f7bee549378b283c0d65d859072d..a09e7466aa05a26013bb9913b188938399faeb85 100644 (file)
@@ -271,4 +271,10 @@ void cmd_rename_workspace(I3_CMD, char *old_name, char *new_name);
  */
 void cmd_bar(I3_CMD, char *bar_type, char *bar_value, char *bar_id);
 
+/*
+ * Implementation of 'shmlog <size>|toggle|on|off'
+ *
+ */
+void cmd_shmlog(I3_CMD, char *argument);
+
 #endif