aboutsummaryrefslogtreecommitdiff
path: root/include/sway/workspace.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/workspace.h')
-rw-r--r--include/sway/workspace.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/sway/workspace.h b/include/sway/workspace.h
new file mode 100644
index 00000000..04b2ea4e
--- /dev/null
+++ b/include/sway/workspace.h
@@ -0,0 +1,6 @@
+#ifndef _SWAY_WORKSPACE_H
+#define _SWAY_WORKSPACE_H
+
+char *workspace_next_name(const char *output_name);
+
+#endif