mirror of
https://github.com/swaywm/sway.git
synced 2025-02-16 22:34:27 +00:00
9 lines
133 B
C
9 lines
133 B
C
#ifndef _BUFFER_H
|
|
#define _BUFFER_H
|
|
|
|
#include "client/client.h"
|
|
|
|
struct buffer *get_next_buffer(struct client_state *state);
|
|
|
|
#endif
|