aboutsummaryrefslogtreecommitdiff
path: root/include/workspace.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/workspace.h')
-rw-r--r--include/workspace.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/workspace.h b/include/workspace.h
index 042a15d9..d447ac2d 100644
--- a/include/workspace.h
+++ b/include/workspace.h
@@ -5,11 +5,9 @@
#include "list.h"
#include "layout.h"
-extern swayc_t *active_workspace;
-
char *workspace_next_name(void);
swayc_t *workspace_create(const char*);
-swayc_t *workspace_find_by_name(const char*);
+swayc_t *workspace_by_name(const char*);
void workspace_switch(swayc_t*);
void workspace_output_next();
void workspace_next();