mirror of
https://github.com/swaywm/sway.git
synced 2026-04-30 06:46:24 -04:00
6 lines
113 B
C
6 lines
113 B
C
#ifndef _SWAY_WORKSPACE_H
|
|
#define _SWAY_WORKSPACE_H
|
|
|
|
char *workspace_next_name(const char *output_name);
|
|
|
|
#endif
|