mirror of
https://github.com/swaywm/sway.git
synced 2024-11-13 05:54:11 +01: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
|