mirror of
https://github.com/swaywm/sway.git
synced 2026-04-28 06:46:26 -04:00
8 lines
133 B
C
8 lines
133 B
C
#ifndef _BUFFER_H
|
|
#define _BUFFER_H
|
|
|
|
#include "client/client.h"
|
|
|
|
struct buffer *get_next_buffer(struct client_state *state);
|
|
|
|
#endif
|